Hi ;-) Where can I find the "Vorbis API full documentation"? Functions description, return values, errors. Thanks for your time. Ulises10 Mendoza-Argentina
I don't think there is one... there's a specification document... but as to the API... best you can do is look at some of the example code and try and figure it out yoruself... though there is libFishSound... http://www.annodex.net/software/libfishsound/index.html You can use it to decode or encode vorbis or speex, and it has a nice simple well documented API. Zen. ----- Original Message ----- From: "Ulises" <ulises10@speedy.com.ar> To: <vorbis-dev@xiph.org> Sent: Friday, November 26, 2004 4:51 PM Subject: [Vorbis-dev] Vorbis API full documentation?> Hi ;-) > Where can I find the "Vorbis API full documentation"? > Functions description, return values, errors. > > Thanks for your time. > Ulises10 > Mendoza-Argentina > > > _______________________________________________ > Vorbis-dev mailing list > Vorbis-dev@xiph.org > http://lists.xiph.org/mailman/listinfo/vorbis-dev > > >
On Fri, Nov 26, 2004 at 09:51:30AM +0100, Ulises wrote:> Where can I find the "Vorbis API full documentation"? > Functions description, return values, errors.Unfortunately there isn't any, just docs for the vorbisenc and vorbisfile sublibraries. Most of the public api is demonstrated in the examples though. Patches welcome. -r