Displaying 1 result from an estimated 1 matches for "fe588b23".
2004 Aug 06
1
Where can I find the implementation of function speex_encode( )
Hi, Guys
I am starting looking the source code of Speex. Maybe a little silly, but
I can not find the implementation of the function speex_encode().
Only something like below
void speex_encode(void *state, float *in, SpeexBits *bits)
{
(*((SpeexMode**)state))->enc(state, in, bits);
}
Does that mean some of the detail implementation is embedded in lib
without source code?
I am new in