Displaying 1 result from an estimated 1 matches for "ppre".
Did you mean:
pre
2008 May 29
0
Again, teach me speex AEC please!
...the code below and see how to fit speex's AEC into it.
Help me look at the #defines, and give me some suggestions on the AEC parameters, I totally have no idea about them.
Feel free to do anything with the code, if it is by any chance valuable.
Any ideas or suggestions or sharing is highly appreciated.
I believe someone has already made AEC to work?!
But beware, this will be used in my Voip program, so it should be async by nature.
/**
* com_peterhi_Speex.h
*/
#include <jni.h>
#ifndef _Included_com_peterhi_Speex
#define _Included_com_peterhi_Speex
#ifdef __cplusplus
extern "...