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 9ac7585 commit 3859a9aCopy full SHA for 3859a9a
src/AudioTools/CoreAudio/AudioStreams.h
@@ -472,7 +472,7 @@ class GeneratedSoundStream : public AudioStream {
472
protected:
473
bool active = true; // support for legacy sketches
474
SoundGenerator<T> *generator_ptr;
475
- int buffer_size = DEFAULT_BUFFER_SIZE;
+ int buffer_size = DEFAULT_BUFFER_SIZE * 100; // there is no reason to limit this
476
const char *source_not_defined_error = "Source not defined";
477
};
478
0 commit comments