Displaying 2 results from an estimated 2 matches for "info_b".
Did you mean:
info_a
2000 Jun 19
1
Kenneth's commits
...cross-platform libraries suggested.
ogg123 silences "Clipping in frame x", can now play multiple files at once,
and has a new stream handling format (resolves the get_stream() bug mentioned
earlier).
Vorbize has options for no comment and encoding quality. However, Monty has
not yet put info_B-G in include/vorbis/modes.h, so that part is commented
out (but it will segfault if you pass it something other than 0).
Kenneth
--- >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...
2000 Aug 28
2
Book descriptions?
...the new books? I noticed
there are now A-E. What exactly does this mean? How does it translate to
higher and lower sampling frequencies and bit rates? Ideally I'd like
something in the 11kHZ, 8bit mono area...
I also noticed this struct:
/* CD quality stereo, no channel coupling */
vorbis_info info_B={
/* channels, sample rate, upperkbps, nominalkbps, lowerkbps */
0, 2, 44100, 0,0,0,
/* smallblock, largeblock */
{256, 2048}, .....
Does this mean I can just start tweaking away by changing the channels,
sample rate upper, nominal and lower? I'm guessing no, since I'm pretty sure...