search for: recoplay

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

Did you mean: egoplay
2005 Sep 26
1
Precomputing the remaining floating point operations.
...ly requirement is that 'xxx_init_xxx' should be called in exactly the same environment in both cases (e.g. FIXED_POINT and with the same mode or sequence of modes). All that's needed is to include the code segment below in one of the .h files and wrap all those float calculations in RECOPLAY, e.g. int sqrt2 = RECOPLAY(sqrt(2)*16384) I've also made RECOPLAY_MARK(name) to synchronize the process. #ifdef RECORD #include <stdio.h> extern FILE *recordFile; #define _RECOPLAY_FOPEN \ if (!recordFile && (recordFile = fopen ("precompute.c", "w")) !=...
2005 Oct 18
0
At last : Speex without floating point
I've implemented my RECOPLAY idea and also changed a few small things that used floating point in the current version (1.1.10). In the process I discovered a few bugs (see the diff). Then I #ifdef'ed out everything that is still requires floating point including : Preprocessing, Echo cancellation, Stereo, VBR, vocoder...