0

I am a new to python and matlab. I wanted to know whether is there any provision for converting a mp3 file to wav using any pymedia functions or the function like'MP3WRITE' and 'MP3READ'in matlab? any good tutorial for audio processing tutorial using python?

paddu1021
  • 1
  • 2
  • I've referred (2010/2012 post -same question): http://stackoverflow.com/questions/3049572/how-to-convert-mp3-to-wav-in-python since it's now 2012 are there any improvements in python regarding audio processing? – paddu1021 Mar 03 '12 at 15:57
  • Also I am using python 2.7 (portable python) and windows executable of pymedia not found for this version (for version 2.4 its available) – paddu1021 Mar 03 '12 at 16:10

1 Answers1

0

Yes. These basic tutorials are already documented in pymedia's documentation. pymedia tutorial (Decompress mp3 file). Also binaries(unofficial) for pymedia for 2.7 could be downloaded here

Also Cygwin is a commonly used Linux emulator for Windows.

daerty0153
  • 524
  • 1
  • 6
  • 11