Kenji Chan
2004-Apr-13 03:12 UTC
[vorbis-dev] Looking for detailed reference on every libvorbis function calls
I'm looking for detailed reference on every libvorbis function calls, just like MS's MSDN, so I can "read" what a function dose and how to use it or even with some sample of use or recommendation I have seen the document come with ogg vorbis, but it's . not a complete document (some pages are missing.or not clear) It's also hard (or can't find) any tutorial about programming with ogg vorbis So any opinion?? <p><p>--- >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-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
illiminable
2004-Apr-13 03:40 UTC
[vorbis-dev] Looking for detailed reference on every libvorbis function calls
You might want to check out libfishsound. It's a wrapper for libvorbis and libspeex, it's well documented and i find it a lot easier to use than the native libraries. It's really as simple as putting data in, then data comes out. You can find it here... http://www.annodex.net/software/libfishsound/ <p>----- Original Message ----- From: Kenji Chan To: vorbis-dev@xiph.org Sent: Tuesday, April 13, 2004 6:12 PM Subject: [vorbis-dev] Looking for detailed reference on every libvorbis function calls <p>I'm looking for detailed reference on every libvorbis function calls, just like MS's MSDN, so I can "read" what a function dose and how to use it or even with some sample of use or recommendation I have seen the document come with ogg vorbis, but it's . not a complete document (some pages are missing.or not clear) It's also hard (or can't find) any tutorial about programming with ogg vorbis So any opinion?? <p>--- >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-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Michael Smith
2004-Apr-13 18:33 UTC
[vorbis-dev] Looking for detailed reference on every libvorbis function calls
On Tuesday 13 April 2004 20:12, Kenji Chan wrote:> I'm looking for detailed reference on every libvorbis function calls, just > like MS's MSDN, so I can "read" what a function dose and how to use it or > even with some sample of use or recommendationThere's full documentation for libvorbisfile, included with the source (and presumably with the SDK). If you find anything in that unclear, please ask - we'll try and explain and hopefully we can then clarify the documentation. We don't have complete documentation for libvorbis - mostly just example code. Relatively few people directly use libvorbis, so this hasn't been a major problem. If you have questions, we'd be happy to answer them. If you want to help write documentation for libvorbis, we'd be ever happier! Mike --- >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-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.