Linux.com

Audio conversion tools for Linux

Posted by: Anonymous [ip: 83.72.129.159] on February 28, 2008 09:47 PM
The Audio Convert script for Nautilus is a great idea, but I had to write my own because it's not very well coded. The two major disadvantages I found was not using piping, which made the script store a temporary wav file on the hard drive (very inefficient) and not being able to select an output folder.

Right now my script is not user friendly enough (no error checking), but if someone is interested I might finish the script for public use.

#

Return to Audio conversion tools for Linux