Add explanatory comment

This commit is contained in:
Mike H 2018-03-03 18:13:23 +00:00 committed by GitHub
parent ad4b5af40b
commit af5c9e1b8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,10 @@
#include <switch.h>
// Example for audio capture and playback.
// This example continuously records audio data from the default input device (see libnx audin.h),
// and sends it to the default audio output device (see libnx audout.h).
#define SAMPLERATE 48000
#define CHANNELCOUNT 2
#define FRAMERATE (1000 / 30)