You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://github.com/xiph/vorbis-tools/blob/master/oggenc/man/oggenc.1#L162
How does sound become resampled if I use the --resample parameter, is the resampling mechanism optimized for the upcoming ogg compression or can I get better results if I resample the sound with sox instead of oggenc's resampling?
The text was updated successfully, but these errors were encountered:
It uses a sinc-filtered resampler with a Kaiser window, based on Hanning's textbook. It's an earlier version of the speex resampler used in opusenc, firefox and a number of other tools. In my experience it's fine, and you don't need to do special resampling ahead of time.
@tdaede should vorbis-tools adopt the speex resampler implementation? Should be faster, if nothing else.
https://github.com/xiph/vorbis-tools/blob/master/oggenc/man/oggenc.1#L162
How does sound become resampled if I use the --resample parameter, is the resampling mechanism optimized for the upcoming ogg compression or can I get better results if I resample the sound with sox instead of oggenc's resampling?
The text was updated successfully, but these errors were encountered: