Re: [tuxdroid-user] Dedicated sound normalizer / multiplexer daemon
Status: Beta
Brought to you by:
ks156
From: Florent T. <ft...@gm...> - 2007-03-25 20:49:54
|
> The audacity noise remaoval function works great, you first create a > profile from a sample of noise only. Then you use that profile to remove > the noise an your signal. Yes, the question is: can we do it in real time (possibly using the modified esd daemon) using only the api? Sb should contact the audacity guys and ask for this... Using an esd daemon is even better when you consider the NAS option: just open the port, and connect your desktop apps to it. Multiplexing and resampling is already handled by the daemon (if i got it right), so we "just" have to add the filtering feature. In short we have: - the tux daemon - the sound daemon - the tts daemon - the speech-driven command daemon (if we manage to find a suitable one) ... Lots of processes :) |