libctru/examples/mic
2014-10-27 15:37:30 +01:00
..
source Create APT event handler thread as soon as possible, and complete initialization automatically when needed. No more 'call aptSetupEventHandler() as late as possible' shit. 2014-10-27 15:37:30 +01:00
Makefile Added code for using the microphone and an example app for it. 2014-09-03 14:36:05 -04:00
README.md Fixed mic example README. 2014-09-03 14:38:47 -04:00

mic

Example for using the microphone with ctrulib. Hold down the A button to record, the app will then play the recorded audio once the A button is released. Roughly 32 seconds of audio can be recorded with the default audiobuf size in this app.