java - Manually Change Speaker Position -
unless mistaken, speaker consists of floppy metal sheet has many positions. in java, there way manually set position of speaker? looking along these lines:
... speaker.setposition(byte position); // or setspeakerposition(byte position); ...
thanks in advance!
you mistaken. speakers not metal sheets. (if want understand how typical speaker works, try this: http://electronics.howstuffworks.com/speaker.htm)
there isn't way (move "plate" specific position) in java. doubt possible @ hardware level ... unless speaker implemented in rather strange way / expensive / inefficient way. on top of that, in typical computer audio system, there number of hardware , software components between program , speaker plate, none of designed used way.
Comments
Post a Comment