[vlc-devel] Audio format conversion filters
Rémi Denis-Courmont
remi at remlab.net
Sun Mar 22 17:48:32 CET 2015
Le dimanche 22 mars 2015, 17:39:31 Francois Cartegnie a écrit :
> Hi,
>
> Seems neither avformat or vlc does depth upscaling for audio
> conversions. ex: the S16N to S32N just gets a 16 bits left shift.
>
> Any reason we're not scaling (except performance) ?
You want to multiply by 0x1001 instead of 0x1000 ?
I doubt that will have any noticeable effects in either quality or performance.
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list