Re: beginning a decoder
Ralph Giles <[email protected]>
| Newsgroups | gmane.comp.multimedia.ogg.vorbis.general |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Sep 28, 2007 at 06:58:58PM +0200, Rafa Zafra Fuentes wrote: > Sorry for my english.I want to make a decoder and i want to know how to start. What do I have to use?: libogg, libvorbis o vorbis-tools????. Im very grateful if you give me any piece of advise. Thanks If you want to program and application that plays back Ogg Vorbis files, you need libogg, libvorbisfile and libvorbis. See the example code in the libvorbis source package for a place to start. -r