Main
Pruning the forum database.
oldlobo. I think there may be a problem with your mp3 files. Have you tried it with a different album? Will the Pink Floyd album play in VLC or another media player?
A Simple Audio Converter, convert wav, flac, mp3, ogg, or aac.Based on gtkdialog, and yad, and use ffmpeg.
One of our house script can do this work...DescriptionCode: [Select]A Simple Audio Converter, convert wav, flac, mp3, ogg, or aac.Based on gtkdialog, and yad, and use ffmpeg.Search in synaptic for PCLinuxOS-Converter...
mpg123 -w bach.wav bach.mp3
for i in *.mp3; do mpg123 -w "`basename "$i" .mp3`".wav "$i"; done
Have been trying to burn some audio files in the mp3 format to a cd using K3B but each time i get the following:- Problems while adding file to project.Details:-Unable to handle the following files due to an unsupported format.So could anyone tell me how i might convert mp3 audio files to wave please.