Click here to Skip to main content
15,892,746 members
Articles / Desktop Programming / Win32

C# MP3 Sound Capturing/Recording Component

Rate me:
Please Sign up or sign in to vote.
4.75/5 (47 votes)
20 Oct 2009CPOL8 min read 467.8K   33.3K   186  
A .NET component capturing WAVE or MP3 sound from a sound card. LAME used for MP3 compression.
If you don�t have any version of lame_enc.dll already 
installed in your path you must put the DLL included here
(or other lame_enc.dll version) somewhere in your path 
in order for the projects presented here can work. 

See http://www.mp3dev.org/ for technical and copyright 
information regarding LAME project.

Thomson and/or Fraunhofer patents:
Any use of this product does not convey a license under the relevant 
intellectual property of Thomson and/or Fraunhofer Gesellschaft nor imply 
any right to use this product in any finished end user or ready-to-use final 
product. An independent license for such use is required. 
For details, please visit http://www.mp3licensing.com.

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

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


Written By
StaffPlan, Istrib
Poland Poland
I am a .NET developer, working currently in the UK, though still strongly associated with Poland. Primary interests: business application, server-side, enterprise-scale solutions, SOA, thin but rich internet clients (Silverlight).
Apart from my everyday work, I spend a lot of time validating design patterns for newer technologies (like Silverlight, WCF, LINQ). My warzone is www.nauka-slowek.org - a proof of concept for asynchrony, internet multimedia and command pattern in client-server apps. I also use that website myself as it is a great tool to effectively learn vocabulary (foreign languages), which aids my long being abroad.

Comments and Discussions