[speex-dev] Where can I find the implementation of function speex_encode( )

wjh at sjtu.edu wjh at sjtu.edu
Sat Feb 15 20:56:55 PST 2003



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 these Open Source Code project. Thank you for your time.

Best regards 

--- Shanghai Jiaotong University Alumni Email System  http://mail.sjtu.edu --- 
--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'speex-dev-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the Speex-dev mailing list