[Vorbis] vorbis_synthesis_init

Michael Smith msmith at xiph.org
Mon Dec 19 12:33:25 PST 2005


On 12/19/05, Jonathan Benedicto <contact at jomitech.com> wrote:
>
> Hello All,
>
> I'm trying to decode Vorbis data without using Ogg. My program successfully
> writes out Vorbis data, but I'm having trouble reading it back in again.

Ok. What are you using instead of Ogg?

>
> I've based my code off how libfishsound worked, but am having AV's on the
> call to vorbis_synthesis_init. I call vorbis_synthesis_init when 2 headers
> have been read.

Well, you're required to submit all three headers, not just two of
them. So, the cause is probably the missing third header.

Mike


More information about the Vorbis mailing list