Click here to Skip to main content
15,881,898 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
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
Posted
Updated 1-Dec-14 22:39pm
v3

1 solution

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/[^]
 
Share this answer
 
Comments
aj_scorpio 26-Nov-14 4:39am    
Thanks for the advice Kornfeld i'll keep that in mind... Hey i'm specifically looking for a solution using the DirectShow API using Visual C++... If u could pls help , i would be really thankful to u
Kornfeld Eliyahu Peter 26-Nov-14 4:42am    
Read this: http://www.codeproject.com/Articles/2662/Converting-Wav-file-to-MP-or-other-format-using-D
aj_scorpio 26-Nov-14 7:11am    
Thanks buddy :-) by any chance do u know how to use the LAME FILTER in Directshow...??
i've downloaded and installed it but i'm not able to find its pins using this
hr = pOutputDevice->FindPin(bstrOutputPin,&pOut);

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900