Question for the DSP gurus:
How hard would it be to implement an AC3 encoder as a LADSPA plugin that
could be used in an ALSA config to encode stereo and 5.1 sources on the
fly? Many Windows drivers seem to contain one, and it would be a nice
response to the naysayers on LKML who doubt the power
I believe I have found the solution here in the form of libgii which
wraps raw keyboard input into a nice, modular and extensible abstraction
library.
Thanks for everyone who participated, I gained much valuable information
from the thread which culminated in finding the right library!
Carlo
I have a LADSPA/DSSI GUI builder going on at
http://flam.sourceforge.net/ which is conceived around qt designer. It
is far for complete and I don't think I can dedicate substantial time
to it until the summer. I am also concerned about the need to migrate
to QT4.
The only fully functional part I h
On Fri, Jan 27, 2006 at 09:45:35 -0800, Kjetil S. Matheussen wrote:
>
> Reuben Martin:
>
> >>(Why hasn't anyone made a ladspa plugin with a GUI by the way? Its
> >>really simple just spawning of a gui process program.)
They have, it can be done via the DSSI API.
> >Because you have no way of kn