From: Jonny on 3 Mar 2007 16:20 hi i want to add echo effect in my program but i dont found the solutuion : void main() { DSK6713_AIC23_CodecHandle hCodec; Uint16 data, data2; DSK6713_init(); hCodec = DSK6713_AIC23_openCodec(0, &config); DSK6713_AIC23_setFreq(hCodec, DSK6713_AIC23_FREQ_48KHZ); while(1) { while (!DSK6713_AIC23_read(hCodec, data)); while (!DSK6713_AIC23_read(hCodec, data2)); while (!DSK6713_AIC23_write(hCodec, data)); while (!DSK6713_AIC23_write(hCodec, data2)); } } i need help, and i search also other effect, thank you
|
Pages: 1 Prev: Code Composer Studio not simulating interrupts Next: MMSE |