Well how can I make an Audio Converter? Thanks
Printable View
Well how can I make an Audio Converter? Thanks
Converting what to what?
like mp3 to m4a just an example
With great difficulty.... Are you looking to do all the coding your self, or get a few dlls and execute them?
either way---
The first way is extremely difficult to do. The second makes me ask a further question. Why would you want to do this?
Edit: By the way, I only know the general way to go about this. I know nothing about the complexities of such a project. My recommendation is google for free converters, and how to use dll's in a VB.NET program (if you don't already know).
You can always use the very popular open source LAME encoder. This library has all the technical algorithms you need. At this point, you'll essentially be building a UI.