Search code examples
speexoggvorbis

Wrapping Speex format in an Ogg container..HowTo?


I'm looking for examples on how to wrap the speex format with the ogg format. I stumbled upon the "fish" example (kfish)

but it would be nice if someone could point me in the direction of a "cut to the bone" example, if one exists. Or perhaps someone could explain how to extend the encoding sample in the manual. Here: sample_enc.c See page 35 with an ogg container wrapper? I also took a look at Cliff's page. Here: Cliff's page But i'm still stranded with naked speex data. Need ogg pants!!


Solution

  • What you want to look at are the speexenc.c and speexdec.c utilities that are shipped with Speex.