mirror of
https://github.com/switchbrew/switch-examples.git
synced 2025-06-21 13:22:40 +02:00
Add explanatory comment
This commit is contained in:
parent
ad4b5af40b
commit
af5c9e1b8b
@ -5,6 +5,10 @@
|
|||||||
|
|
||||||
#include <switch.h>
|
#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 SAMPLERATE 48000
|
||||||
#define CHANNELCOUNT 2
|
#define CHANNELCOUNT 2
|
||||||
#define FRAMERATE (1000 / 30)
|
#define FRAMERATE (1000 / 30)
|
||||||
|
Loading…
Reference in New Issue
Block a user