Convert WAV to MP3
Assuming you have Lame for Audacity installed:
"C:\Program Files (x86)\Lame For Audacity\lame.exe"
--preset standard
--ta "THE_ARTIST"
--tt "THE_TITLE"
"INPUT_FILE.wav"
"OUTPUT_FILE.mp3"
Software development tutorials and demos lasting no more than 60 seconds. No in-depth explanations, no off-topic rants, and no slides. One small topic per video - only code, console, config, and client. All videos come with a corresponding blog entry, and all code is available on GitHub.
Assuming you have Lame for Audacity installed:
"C:\Program Files (x86)\Lame For Audacity\lame.exe"
--preset standard
--ta "THE_ARTIST"
--tt "THE_TITLE"
"INPUT_FILE.wav"
"OUTPUT_FILE.mp3"
Comments
Post a Comment