search for: maarcc

Displaying 2 results from an estimated 2 matches for "maarcc".

Did you mean: maarch
2005 Jun 03
0
SPEEX_PREPROCESS_SET_AGC_LEVEL
...amplitude you want the AGC to aim for. If you look at preprocess.c, you'll see that this should be a float from 1 to 32768, with the default being 8000. I've been using 70% of the maximum in my application. You should probably experiment to see what works best for you. Tom Marc <maarcc@gmail.com> wrote: > > Hi. > I am trying out 1.1.9. What should be the value range for this > SPEEX_PREPROCESS_SET_AGC_LEVEL?? And the ideal value for a general default is? > Thanks!
2005 Jun 06
0
Possbile to DeNoise during decode?
Hi. There is denoise for preprocess during encoding. The nature of my source is unpredictable and sometimes the result is better off if I dont have denoise ON when I save my encoded speex file. So, I would like to implment a real time denoise during decoding/playback time, (instead of having the denoise result saved into speex-encoded file). Is there such denoise-preprocess function that runs