processing / processing-sound

Audio library for Processing built with JSyn
https://processing.org/reference/libraries/sound/
GNU Lesser General Public License v2.1
149 stars 50 forks source link

Add example sketch for finding/debugging the correct audio devices #31

Open kevinstadler opened 5 years ago

kevinstadler commented 5 years ago

Since finding the correct audio device is such a common task (which often involves repeated guessing thanks to uninformative device names), it could be useful to have a 'Debug' example sketch which simply 1) plays back a sine wave and 2) shows the waveform of the current AudioIn, where the user can simply cycle through all available audio devices by clicking the mouse. Information on the currently selected devices should also be displayed on the screen.

dhowe commented 4 years ago

A simple selector component (like a dropdown that lets a user pick a device) would be super useful