Displaying 1 result from an estimated 1 matches for "m_complex".
Did you mean:
_complex
2007 Dec 06
2
Some question about speexcodex 1.2 beta2 on linux
...() {
FILE *fin, *fout;
short in[MAX_FRAME_SIZE];
char cbits[200];
int nbBytes = 0;
void *state;
SpeexBits bits;
int m_frame_size;
int m_channels = 1;
// SpeeX encode options
int m_bitrate = (8 << 10);
int m_complexity = 3;
int m_quality = 8;
int m_encMode = 6;
int m_iAGC = 0;
int m_iDenoise = 0;
SpeexPreprocessState *m_preProcesser;
int nOff = 0, nOn = 1;
int modex=30;
speex_bits_init(&bits);
state = speex_encoder_init(&speex_nb_...