Volume Control Does not Seem to Work #1593
-
Sorry if this is a stupid question. I am using the file streams-i2s-filter-i2s.ino example. Everything works but the volume is very low. I tried adding a VolumeStream and used multiple values (0.3 to 0.9) but it did not change the volume. What am I doing wrong? I enclosed the complete code. On other questions what is the maximum number of coefficients you can use? #include "AudioTools.h" // copy filtered values // define FIR filter parameters // Arduino Setup // setup filters for all available channels // start I2S in in.begin(config_in); // start I2S out // set initial volume Serial.println("I2S started..."); // Arduino loop - copy sound to out |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
gain is not part of the processing chain, so it does not have any impact! |
Beta Was this translation helpful? Give feedback.
How do I make gain part of the processing chain?