以mp3格式录制麦克风音频

问题描述:

Hiiiiiiiii我想捕获MICROPHONE音频并将其转换为MP3格式并将其保存在磁盘上。我使用AudioRecorder WAV Dest Filter对WAV文件做了同样的事情,但是我没有得到任何过滤器来转换为MP3 ...请帮助我,我是DIRECTSHOW编程的新手

Hiiiiiiiii i want to capture MICROPHONE audio and convert it into MP3 format and save it on disk. I've done the same for WAV file using the AudioRecorder WAV Dest Filter but i'm not getting any filter to convert to MP3... pls help me i'm new in DIRECTSHOW programming

MP3格式存在许多与专利相关的问题,所以要小心......

无论如何你应该检查这些库:

http://ffmpeg.org/ [ ^ ]

http://gstreamer.freedesktop.org/ [ ^ ]
There is a lot of patent-related problems with the MP3 format, so be careful...
Anyway you should check these libraries:
http://ffmpeg.org/[^]
http://gstreamer.freedesktop.org/[^]