voice recording in Ogg format?

痞子三分冷 提交于 2019-12-13 15:20:28

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!