PDA

View Full Version : [ubuntu] Signal-Processing Software


Ubuntist
May 12th, 2009, 11:10 AM
I'd like to do some signal processing. For example, I'd like to apply a band-pass filter to an audio file stored in Ogg. Does anyone know of any relevant OSS software packages out there?

eldragon
May 12th, 2009, 11:20 AM
hmm, i dont remember what you could, and what you could not do with wavesurfer... but worth the try

otherwise, use octave....but you will need to know how those things are implemented in order to be useful (IDFT the desired filter, and convolute it with your file)

zero7404
May 12th, 2009, 11:52 AM
not sure if audacity will do it, but it's a pretty capable audio editing tool. it's also available for windows, so it's cross-platform....

markbuntu
May 12th, 2009, 04:06 PM
There a Ladspa plug ins that will do that and a lot more. I do not know hw they work with OSS but they should.

Ubuntist
May 13th, 2009, 03:08 PM
Thanks, everybody! I didn't know that Octave had sound capability, and I'd never heard of Ladspa, which I'll look into. Audacity, BTW, was the first thing I thought of, but it does not seem to have the capability that I need.

jpkotta
May 14th, 2009, 11:53 PM
Thanks, everybody! I didn't know that Octave had sound capability, and I'd never heard of Ladspa, which I'll look into. Audacity, BTW, was the first thing I thought of, but it does not seem to have the capability that I need.

Unless you need a specific filter, Audacity has a graphical eq. The GUI is kind of broken, but it works.

Stochastic
May 15th, 2009, 12:40 AM
If you do: sudo apt-get install ubuntustudio-audio-plugins Audacity will have a large amount of LADSPA plugins that it can use (including bandpass, lowpass, highpass, and notch filters).