autoVolumeControl and hardLimit

Status
Not open for further replies.

danixdj

Well-known member
Hi guys, i'm working on a compressor by teensy 3.2 + audio board


I have a problem about the autoVolumeControl.. so before for the error on the library (solved)

uint8_t -> uint16_t in control_sftl5000.cpp

but now all works fine if i don't use the hardLimit function...

if this parameter is enabled the limiter / compressor don't work, i can change all the other parameters but nothing change..

example:

sgtl5000_1.autoVolumeControl(2, 1, 0, -20, 300, 1000); -> works!
sgtl5000_1.autoVolumeControl(2, 1, 0, -20, 300, 1000); -> don't work!

Arduino 1.8.3 - tennsyduino 1.37

audio library mod for 64 sample blocks.

Someone that use autoVolumeControl and hardLimit?

Thank you

Dani
 
Status
Not open for further replies.
Back
Top