search for: defrenc

Displaying 1 result from an estimated 1 matches for "defrenc".

Did you mean: def_enc
2007 Jul 24
0
a problem about decode !help me!
I try test speex in windows.When I try decode a test frames of data encoded by speexenc.exe app.The defrence is the decoded data by speexdec.exe is not same by my app.Here is my test code:what errors I made? Thank you! (My app user speex-1.2beta1 library) int frame_size; int nbBytes=0; int lookahead; int sampleRate=8000; SpeexBits bits; void *dec_state; bEnhance=1; float output[2000]; char intput...