arduino-audio-tools
arduino-audio-tools copied to clipboard
increase audio volume
My received audio level is to low I need to increase the volume either on reading it from i2c and sending it or after receiving and before outputing it over i2c again. Basicly a way to increase the audio volume of a stream
Is this for AudioKitStream or I2SStream ? I suggest that you read the documentation: https://github.com/pschatzmann/arduino-audio-tools/wiki/Volume-Control If you use the VolumeStream you need to configure allow_boost = true to allow values > 1.0
audio kit stream
Did you already set it to max volume audioKit.setVolume(1.0) ? Apart from this the documentation also applies...