0

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!!

DevNull
  • 763
  • 5
  • 17
  • 30

1 Answers1

0

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

Jean-Marc Valin
  • 302
  • 1
  • 2