[Vorbis] Help - libvorbis for the first time

Michael Smith msmith
Wed Jun 30 21:03:56 PDT 2004


On Wednesday 30 June 2004 14:12, Robert Hui wrote:
> Hello all,
>
> I'm a newbie to the vorbis code, but I'm working on using it for a
> senior project.  I need to create an ogg player in C for an Analog
> Devices Blackfin board.  I'm not even sure where to start looking in
> the code for the functions that I need to use.
>
> Any direction would be really helpful - I can provide more specifics
> about the project if it helps.
>

Robert,

For this sort of thing, you're more likely to find the Tremor implementation
useful - it's a fixed-point version of libvorbis (I'm assuming the device
you're trying to implement on doesn't have an FPU).

Once you have that, the sensible place to start would be the ivorbisfile.h
file - this is a high-level decode interface.

If you have more specific questions, you'll probably find the Tremor and/or
vorbis-dev lists better.

Mike



More information about the Vorbis mailing list