Richard Spindler wrote:
> Hi,
>
> I'm looking for a convenient wrapper library for ogg vorbis, because
> what I've found on the xiph.org pages looks a little overengineered to
> me.
>
> I've used libsndfile most of the time, so this is the API Style that
> I'd prefer, basically I need 4 functions I believe:
>
> what_samplerate_are_you( vorbis_file );
> how_long_are_you( vorbis_file );
> seek_to_position( vorbis_file, 23456 );
> read_data( vorbis_file, buffer );
>
> libvorbis and libogg however have to interact in some obscure way and
> I honestly don't want to waste my time reinventing the wheel, while I
> could be hacking on a new asskicking application ;)
>
If reading (decoding) is only what you want: libvorbisfile!
-- rncbc aka Rui Nuno Capela rncbc@email-addr-hiddenReceived on Sat Sep 17 00:15:06 2005
This archive was generated by hypermail 2.1.8 : Sat Sep 17 2005 - 00:15:07 EEST