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!

  1. you mistaken. speakers not metal sheets. (if want understand how typical speaker works, try this: http://electronics.howstuffworks.com/speaker.htm)

  2. 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

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -