3 Band Equalizer not working #63
-
I'm getting the following error using the 3 band equalizer: [E] Equilizer.h : 176 - Only 16 bits supported: 1073424384 It seems like the config is being overwritten in memory somewhere. I still hear the input audio, but without the EQ applied. Here is my test code:
I added some extra debugging statements. Here is the value from the setAudioInfo in Equilizer.h: And here is the log messages from the filterSamples function, including my extra debug statement. As you can see, the bits_per_sample value already has garbage in it on the first call.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
This sketch has 2 mistakes:
|
Beta Was this translation helpful? Give feedback.
-
No need for an additional copy. |
Beta Was this translation helpful? Give feedback.
This sketch has 2 mistakes: