Original version. I suggest that you use a shellscript. Use for example the name wav2mp3. Store the command line and all other relevant information in the shellscript.
this feels woefully unrelated to Linux – FFmpeg runs on pretty much anything modern. So, wouldn't you rather want to ask this on SuperUser.com? Feels like the crowd there would be more familiar with such tools. Also, as dirkt says, lossless audio, so decompress to wav, reencode as flac should always work. –
36. Use a combination of FFMPEG and String Manipulation. Change into the folder where your mp3's are located: cd mp3folder. One example is to use a simple "for" loop: for file in *.mp3 do ffmpeg -i "$ {file}" "$ {file/%mp3/ogg}" done. The double quotes prevent spaces in the filenames being treated as 'newlines'.

A script with an easy to use interface to convert audio files: wav, mp3, ogg, flac, aac, mpc, ape and wma The Arch Linux name and logo are recognized trademarks

Encoding. The simplest conversion command involves only an input file and an output file. Here's the command to convert an MP3 file to a lossless FLAC file: $ sox countdown.mp3 output.flac $ soxi output.flac Input File : 'output.flac' Channels : 1 Sample Rate : 44100 Precision : 16-bit Duration : 00:00:11.18 = 493056 samples
*Lame - for converting the .wav files espeak creates to smaller .mp3 files. First example I will use Foo.epub. Calibre comes with a useful command called "ebook-convert" which can convert most ebook files into other formats such as .mobi, .pdf, and in our case plain .txt files. In the command line I navigate to the folder my ebook is in and type: IR5V.
  • m19ks0frs2.pages.dev/307
  • m19ks0frs2.pages.dev/396
  • m19ks0frs2.pages.dev/374
  • m19ks0frs2.pages.dev/27
  • m19ks0frs2.pages.dev/231
  • m19ks0frs2.pages.dev/303
  • m19ks0frs2.pages.dev/192
  • m19ks0frs2.pages.dev/313
  • m19ks0frs2.pages.dev/216
  • convert wav to mp3 linux