Menu

convert mp3 to wav command line

franic
2016-02-27
2016-02-28
  • franic

    franic - 2016-02-27

    Hello,
    I would like to convert mp3 file to wav file in command line mode.
    what is the syntax ?
    I need this, because I want to play sound that is stored in memory with PlaySound (visual studio c++)
    and it can't play mp3 file, only wav file.
    Thank you.
    Francois

     
  • Robert Kausch

    Robert Kausch - 2016-02-28

    Hi, if the file you would like to convert is named file.mp3 and you would like to convert to file.wav, just use: freaccmd -e WAVE -o file.wav file.mp3

     

Log in to post a comment.