examples/sound/audioInputExample/readme.md
This openFrameworks example is designed to demonstrate how to access, extract, and draw from your audio input's raw data.
Studying the code behind this example will help you understand:
soundStream.printDeviceList() and set a specific audio input device for OF app with settings.setInDevice(devices[0])bufferCounter and drawCountervoid audioInvector <float> volHistoryWhen launching this app, you should see
Instructions for use:
e to stop live audio input, s to continueThis example uses the following classes:
ofSoundStreamofSoundStreamSettings