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 0eeeb72 commit 18dece2Copy full SHA for 18dece2
src/AudioTools/SoundGenerator.h
@@ -48,7 +48,7 @@ class SoundGenerator {
48
virtual size_t readBytes( uint8_t *buffer, size_t lengthBytes){
49
LOGD("readBytes: %d - channesl = %d",lengthBytes);
50
size_t result = 0;
51
- int ch = channels(;)
+ int ch = channels();
52
int frame_size = sizeof(T) * ch;
53
if (active){
54
switch (ch){
0 commit comments