We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d7c91c commit dadc438Copy full SHA for dadc438
examples/examples-audiokit/streams-generator-audiokit/streams-generator-audiokit.ino
@@ -8,7 +8,7 @@
8
#include "AudioTools.h"
9
#include "AudioLibs/AudioKit.h"
10
11
-uint16_t sample_rate=44100;
+uint16_t sample_rate=32000;
12
uint8_t channels = 2; // The stream will have 2 channels
13
SineWaveGenerator<int16_t> sineWave(32000); // subclass of SoundGenerator with max amplitude of 32000
14
GeneratedSoundStream<int16_t> sound(sineWave); // Stream generated from sine wave
0 commit comments