Click here to Skip to main content
15,890,845 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Is there any Possibility to convert any format of audio file(including wma,wav,aac,ogg) to mp3 ?

please help. would be better if examples are also provided.

Thanks in advance!!

What I have tried:

i need built in functionality, i don't want to use third party tools.
Posted
Updated 21-Mar-17 9:36am

Quote:
i need built in functionality, i don't want to use third party tools.

There is no such built in functionality, you will either have to write it yourself, or use a 3rd party tool.
 
Share this answer
 
You going to have to use a 3rd party tool.

Every format is different and you're going to have to write code to parse every format you want to support. You can't just say "any format". There are going to be limitations to what you're going to be able to support if you don't want to spend the rest of your life writing code to parse every format.
 
Share this answer
 
Quote:
Is there any Possibility to convert any format of audio file(including wma,wav,aac,ogg) to mp3 ?

Yes, you just need a decoder for every format you want to convert.
Quote:
i need built in functionality, i don't want to use third party tools.

Then you will have to pay engineers for years to rebuild all the decoders.
Note that everything you use is third party tool: OS (windows, Linux, android...), web browser (Chrome, Firefox), compilers ...
 
Share this answer
 

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