Hi,
How can I set the sampling rate to 8Khz in dsk_app.c project shipped with C6713 kit ?
I tried to set it following ways but I am getting error.
hCodec = DSK6713_AIC23_openCodec(0, &config);
/* Change the sampling rate to 16 KHz */
DSK6713_AIC23_setFreq(hCodec, DSK6713_AIC23_FREQ_8KHZ);
Please reply.