<div dir="ltr"><div>Hello to the speex team :)</div><div>I am working with speex to implement a wav to spx codec running with STM32F407 discovery board.....</div><div>I used sampleenc.c in Sample code with a few changes in fread and other "f" functions to make them compatible with chang FatFS library.... but the main body for speex operations is the same...</div><div>when my code reaches the line that contains "speex_encode_int" the code stucks in line (mode)->enc(state, in, bits);</div><div>I don't know why... I also searched in :</div><div><br></div><div>/** Main encoding function */<br>typedef int (*encode_func)(void *state, void *in, SpeexBits *bits);</div><div><br></div><div>and find out it doesn't have any Reference code for encode</div><div>Do you have any ideas?<br></div></div>