On Wed, 29 Jun 2011, Nick Copeland wrote:
>> - LADSPA and LV2 are built to process 32-bit
Most LV2 and LADSPA plugins do the DSP work in floating
point... so... yes. :-)
But, here's what I'm getting at. Suppose you optimize your
plugin chain for fixed-point (integer) math but use the
current LV2 protocol. A prosaic approach is:
1. Synth plugin.
generates audio.
Converts to float.
sends to next plugin
2. FIR filter.
Converts float to int.
Processes data.
Converts int to float.
Sends to next plugin.
3. Convolution Reverb
Converts float to int.
Processes data.
Converts int to float.
Sends to next plugin.
All those needless conversions don't settle right with me.
> Yes, but I don't think it has to be that big. The bigger
Why would we? Because they're mature technologies. Why
reinvent the wheel?
> Don't you think it is more likely that people who are interested will run
Maybe today, with tablets. But not their phones.
-gabriel
_______________________________________________
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-dev
LINUX® is a registered trademark of Linus Torvalds in the USA and other countries.
Linuxaudio.org logo copyright Thorsten Wilms © 2006.
Hosting provided by the Virginia Tech Department of Music and DISIS.