I have created a voice recorder applet. The output sound file will be .wav format. I want to use a compressed file format like .ogg. I have the .ogg decoder applet and it plays the audio file through streaming. But I need an .ogg encoder to record the voice in .ogg format.

Any samples or studies are much appreciated!

link|improve this question

btw, for voice you may want to have a look at speex. – gimpf Sep 1 '09 at 8:11
feedback

1 Answer

up vote 0 down vote accepted

I used the vorbis encoder:

http://www.xiph.org/downloads/

link|improve this answer
Even though you found the answer yourself, you should "accept" your answer so that it no longer appears as an unanswered question... just a little book-keeping. :-) – cjstehno Sep 14 '09 at 18:52
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.