The encoder and decoder examples, linked to libvorbis, actually work now. The encoder produces a bitstream which the decoder decodes happily. No element of the bitstream at this point is actually finished except the Ogg bitstream abstraction (paging/framing are done) and the programmatic API. The bitstream holds all the real compression data... but it's not actually compressed :-) The psychoacoustics are also untuned. The lib is slow as hell at the moment. In other words, good for testing other software folks might be working on at the moment, not much else ;-) Monty --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/