search for: benhance

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

Did you mean: enhance
2007 Jul 24
0
a problem about decode !help me!
...f 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[]= { 0X2f ,0x87 ,0xa2 ,0xee ,0x4f ,0x42 ,0x7c ,0x7f ,0xff ,0xff ,0xff ,0xff ,0xff ,0x8c ,0x12 ,0x3f ,0xfd ,0x3f ,0xff ,0xff ,0xff ,0xeb ,0x3e ,0xfa ,0x84 ,0x97 ,0x4e ,0x1c ,0x81 ,0x8a ,0xcc ,0xfa ,0x5a ,0xef ,0x07 ,0xbf ,0x9b ,0x67 }; dec_state = sp...