[FFmpeg-devel] [PATCH 2/3] avfilter: add audio upsample filter

Nicolas George george at nsup.org
Sun Apr 21 12:37:05 EEST 2019


Paul B Mahol (12019-04-19):
> Generic resampling via aresample is completely another filtering that have
> nothing to do with this filters, for more info read:
> 
> https://www.oblique-audio.com/technique/oversampling

Quite the opposite: this page makes it rather clear that oversampling is
a kind of resampling, with specific settings to ensure particular
properties of the spectrum.

As such, it should go into the generic resampling filter (or even
library), enabled by options. That way, it is available not only
explicitly from expert users but also automatically, when filters
declare specific samples rates.

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20190421/b4320bf3/attachment.sig>


More information about the ffmpeg-devel mailing list