GeekArticles
Microsoft
C#


C# / MP3
By Kenton Brown Here is an example C# program that plays mp3, using lame.exe converts wav to mp3, records and plays wav files using MCI. Download Source You will need lame.exe. Get it here: http://www.mp3dev.org/mp3/ put it in the c: directory to use my defaults I did assemble this program,but I got the info from various sources. I decided to assemble this example after spending several hours searching for this type of information for C#. Remember that 'int, uint' in C# is the same...n
Sponsored Links
Read Next: C# DataGrid with DataSet
Related Topics