[Vorbis] libreadanything ?

Peter Harris peter.harris
Tue Jun 15 08:50:35 PDT 2004


Giuliano Pochini wrote:
> Is there a library that decodes any file format ?  I need a
> lib to decode ogg-vorbis (of course) and also wavs, mp3s,
> flac... Using several different libs is not a good
> solution. I don't like to use a lot of different APIs
> to do the same thing with different file formats.

You could try libavcodec from the ffmpeg project:
http://ffmpeg.sourceforge.net/

You will still need to install the vorbis and flac libraries, but
libavcodec should give you the common programming interface you're
looking for.

Peter Harris


More information about the Vorbis mailing list