[vorbis] make lo-fi sound as good as RealAudio?

gtgbr at gmx.net gtgbr at gmx.net
Thu Jan 9 15:10:37 PST 2003



Derek at CD Baby wrote:
> Can someone who really knows the Ogg command-line encoder, help recommend the best setting for 33.6k modem stereo music streaming?

You'll have to resample (--resample 11025) - see if q 0 gives small
enough filesizes, otherwise try if q -1 sounds good enough for you. I'm
not familiar on how good RealAudio G2 sounds at those bitrates, but I
find the following examples "acceptable":

oggenc -q 0 --resample 11025 input.wav
oggenc -q -1 --resample 11025 input.wav

Alternatively, you could try mono, too:

oggenc -q 0 --resample 22050 --downmix input.wav
oggenc -q -1 --resample 22050 --downmix input.wav

<p>Moritz

P.S.: q-values don't have to be whole numbers, e.g. -q -0.5731 works,
too.
--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the Vorbis mailing list