Displaying 1 result from an estimated 1 matches for "speex_api_version".
2008 Feb 02
0
Patch to make analysis data available.
...of the weights, in percent of power seen per frequency
bank per timeslot.
These allow some very usefull (and impressive) visualizations of the
current audio path, and also give users much more detailed information on
what part of their audio system they should improve.
It also adds a #define SPEEX_API_VERSION, which allows compile-time
checking and #ifdef'ing for whether these (and other new) functions are
available.
Last time I programmed fixedpoint was on a 68000, and that was democode
where speed>>>correctness.
I've compiled the library with both FIXED_POINT and FLOATING_POINT, a...