Hi! I'm looking for a documentation of the .spx file type? I want/need to know how such a .spx file is built up. I want to create a .wav to .spx converter. And additionally a .spx player. I already searched the net and the speex site but I couldn't find anything useful. Maybe I'm missing something? Thanks for your help! Best regards, Peter -- Neu: GMX FreeDSL Komplettanschluss mit DSL 6.000 Flatrate + Telefonanschluss f?r nur 17,95 Euro/mtl.!* http://dslspecial.gmx.de/freedsl-surfflat/?ac=OM.AD.PD003K11308T4569a
Peter Soxberger a ?crit :> I'm looking for a documentation of the .spx file type? I want/need to know how such a .spx file is built up. > I want to create a .wav to .spx converter. And additionally a .spx player. > > I already searched the net and the speex site but I couldn't find anything useful. Maybe I'm missing something?.spx files are basically Ogg files with Speex packets in them. It's documented in the manual, but you can also look at the speexenc and speexdec source code which do pretty much what you're describing. Cheers, Jean-Marc