search for: speex_resampler_clon

Displaying 1 result from an estimated 1 matches for "speex_resampler_clon".

Did you mean: speex_resampler_clone
2008 Apr 04
0
SSE Resampler
...nt versions in both floating and fixed point and resetting the resampler. They all give the same results as the original one. The next step would be SSE2 optimization for quality >= 9 (using double instead of float); but I think I've done enough for now. On a sidenote; I'm missing a speex_resampler_clone(), which would create a clone of an existing sampler state. This is very handy when you add and remove channels on the fly (in my case; add/remove VoIP users); they all need the exact same resampler parameters, and cloning a resampler state would be a lot faster than creating a new one (which...