Skip to content

Commit dadc438

Browse files
committed
AudioKit Generator broken signal
1 parent 3d7c91c commit dadc438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/examples-audiokit/streams-generator-audiokit/streams-generator-audiokit.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include "AudioTools.h"
99
#include "AudioLibs/AudioKit.h"
1010

11-
uint16_t sample_rate=44100;
11+
uint16_t sample_rate=32000;
1212
uint8_t channels = 2; // The stream will have 2 channels
1313
SineWaveGenerator<int16_t> sineWave(32000); // subclass of SoundGenerator with max amplitude of 32000
1414
GeneratedSoundStream<int16_t> sound(sineWave); // Stream generated from sine wave

0 commit comments

Comments
 (0)