[vlc-devel] [PATCH] audio_filters: add sample converter in pipeline
Rémi Denis-Courmont
remi at remlab.net
Fri Oct 30 12:27:27 CET 2015
Le 2015-10-30 13:30, Thomas Guillem a écrit :
> When creating a new chain a filter, the sample rate "audio converter"
> is not
> added in the chain since a "audio resampler" is already added at the
> end of the chain.
I think that is how it should be - except where the rate is known to
never change (e.g. unpaced sout).
Having two resamplers chained gives terrible results.
> Unfortunately, we don't have any audio_filter modules that is capable
> of doing a variable-rate resampling with good quality and good
> performances.
Hmm? SRC works fine here.
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list