<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2802" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello All,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>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.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>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.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I allocate the vorbis_info and the DSP structure
before hand, so I can't explain why I get these AV's. They indicate that
something somewhere is a NULL pointer because it is "read of address
00000000".</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Please tell me if there is anything else you need
to know.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT><FONT face=Arial,Helvetica,sans-serif
size=2><BR>Yours sincerely,<BR>Jonathan Benedicto<BR><BR><A
href="http://www.jomitech.com" target=_blank>http://www.jomitech.com</A>
<BR></DIV></FONT></BODY></HTML>