ASRC: changing CAPS causes audible clicks

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

ASRC: changing CAPS causes audible clicks

Maik Scholz
Hi,
i like to implement a asynchrounous audio resample by using the standard audioresample inside a closed control loop.

48kHz+-50Hz => audioconvert => audioresample => asrccontrol => sink
# asrccontrol detects clock drifts and changes the out sample rate before audioresample.

# I can't use the sink sampling rate converter!

I like to change the sampling rate from the audioconvert src pad.
If I do that (e.g. 48000-48 <=> 48000-48), then i see this message "Redistribute latency...",
and i hear some disturbing noise.

Is there a possibility to change caps sample rates without latency redistribution?

Maik