fmellaerts
Member
- Joined
- Jan 10, 2011
- Messages
- 9
- Programming Experience
- Beginner
Hi,
For a long time, I was looking for a way to convert wav files to mp3 using VB.net 2008/2010.
Here's a solution, made by myself, using lame.exe 3.98.4.
The CMD window is hidden, and a progressbar will show you the conversion state.
This is an easy solution, fast and, what's most important, it's working.
That's why I share it here, because I couldn't find a working solution on the internet.
If somebody can tell me how to use the lame_enc.dll to do this, please do.
All comments on this project are more than welcome.
I hope I can make somebody happy with this code.
Freddy Mellaerts
For a long time, I was looking for a way to convert wav files to mp3 using VB.net 2008/2010.
Here's a solution, made by myself, using lame.exe 3.98.4.
The CMD window is hidden, and a progressbar will show you the conversion state.
This is an easy solution, fast and, what's most important, it's working.
That's why I share it here, because I couldn't find a working solution on the internet.
If somebody can tell me how to use the lame_enc.dll to do this, please do.
All comments on this project are more than welcome.
I hope I can make somebody happy with this code.
Freddy Mellaerts
Attachments
Last edited by a moderator: