问题
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!
回答1:
I used the vorbis encoder:
http://www.xiph.org/downloads/
来源:https://stackoverflow.com/questions/1361162/voice-recording-in-ogg-format