An Intro To Editing Audio On Linux
W-9z writes "Ars is running a guide to editing audio under Linux that I think is a great read for anyone trying to
find new ways to flex that Linux muscle. There are some outstanding FOSS tools out there. They look at Ardour, Audacity, and SND. The author talks a bit about why Linux is a
superior platform for this kind of work: 'FOSS software is, almost by definition, a work in process. If Ardour doesn't have a feature I need, I can code it myself. With this
possibility, the software no longer defines what I can do -- it's just a point of departure.' It's an interesting companion to the /. discussion of video editing earlier this year."
Well, the article itself touches on a few of my reasons. Ardour, specifially, is very "Linuxy" in its interface layout and design, reminding me in many ways of the old Dos version of 3D Studio. It definitely looks like a programmer-designed UI, it's very stark and bare-bones, and things are never quite where you expect them to be. It's clearly a Cubase/Logic inspired design and layout, but without the years of fine-tuning those have had to get to their current states. I prefer Ableton's more unorthodox approach anyway, but that's just me :)
Ardour's UI is based almost entirely on ProTools, which most casual users of audio s/w have never used, and many have never even seen. The people who use ardour professionally (and there are a few!) comment that its UI is the most efficient they have used, including ProTools, which most people say is the most efficient in the proprietary world because of its extensive use of keyboard shortcuts. Ardour's development and design has been geared toward learning as much as possible from the years of fine tuning done with other DAWs, although we have been a little hampered by some issues with our GUI toolkit (GTK+ v1). We are currently about 60% done porting ardour to GTK2, and plan to be quite focused on usability issues after that (among many other things).
Re: h/w DSP support: first, DAC's don't have anything to do with this, and even when they are internal to the audio interface, they use no CPU cycles - they are always h/w! But more generally, see: my position on this issue.
Also, another easy way -- next to Debian -- to use Ardour, Audacity, Jack, LADSPA or anything else, is to use Stanford's Planet.CCRMA project for Fedora.
It contains just about any decent audio app for GNU/Linux, including the ones mentioned in TFA, but also has custom kernels with the real-time patches and everything.
Definitely worth checking out!!
h357