How to convert .wma format data to mp3 format, on the fly?

This section is now closed.
Forum rules
Audacity 1.3.x is now obsolete. Please use the current Audacity 2.1.x version.

The final version of Audacity for Windows 98/ME is the legacy 2.0.0 version.
Locked
mahendra_g
Posts: 2
Joined: Fri Dec 25, 2009 10:43 am
Operating System: Please select

How to convert .wma format data to mp3 format, on the fly?

Post by mahendra_g » Fri Dec 25, 2009 10:48 am

Hi
All
I am first time using ffmpeg library.
I have one http site which have live music like FM.
But the music file in .wma format and my media player just support .mp3 format. So I am not able to play .wma file.
So i need to convert .wma format data to mp3 format, on the fly.
Please suggest,How can I convert it ? and which API is useful for this process?
or suggest any example...

Thanks
Mahendra

steve
Site Admin
Posts: 80752
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: How to convert .wma format data to mp3 format, on the fl

Post by steve » Fri Dec 25, 2009 10:55 am

Audacity can't do that.

Are you talking about streaming .wma or .wma file downloads?
For converting .wma files to .mp3 files you can use SUPER by erightsoft.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

mahendra_g
Posts: 2
Joined: Fri Dec 25, 2009 10:43 am
Operating System: Please select

Re: How to convert .wma format data to mp3 format, on the fl

Post by mahendra_g » Fri Dec 25, 2009 11:11 am

hi
Thanks for reply.

I am developing my FM radio application .SO i need streaming .wma.
Ans i also want to some costume functionality ,though i am using ffmpeg library.

SO ,i need sample example or API name for streaming .wma to convert .mp3,on the fly

kozikowski
Forum Staff
Posts: 68938
Joined: Thu Aug 02, 2007 5:57 pm
Operating System: macOS 10.13 High Sierra

Re: How to convert .wma format data to mp3 format, on the fl

Post by kozikowski » Fri Dec 25, 2009 12:45 pm

If your computer can handle it, you can record "live" from the internet, but it's not a format conversion. You're just "borrowing" the audio from the sound card and capturing it in Audacity.

http://wiki.audacityteam.org/index.php? ... e_computer

Not all computers support this -- especially the newer ones. If yours doesn't, then you need a dedicated software package like Total Recorder.

<<<SO ,i need sample example or API name for streaming .wma to convert .mp3,on the fly>>>

So this has nothing to do with Audacity.

Koz

windbell
Posts: 2
Joined: Sat Dec 26, 2009 10:34 pm
Operating System: Please select

Re: How to convert .wma format data to mp3 format, on the fl

Post by windbell » Sun Dec 27, 2009 9:28 pm

If your wma files are common audio files, SUPER can easily handle with it.

but it comes with drm, you can take this tutorial as reference to [link removed]

steve
Site Admin
Posts: 80752
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: How to convert .wma format data to mp3 format, on the fl

Post by steve » Mon Dec 28, 2009 12:27 pm

Thanks for posting windbell, but circumventing DRM is possibly illegal so we need to be very careful not to endorse it.
Users may find out more about DRM from Wikipedia http://en.wikipedia.org/wiki/Digital_rights_management (or other sources) and make up their own mind.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Locked