I am using the TMS320C5505 ezDSP to process sound. I am trying to use the function USBSTK5505_I2S_readLeft(Int16 *) to read in data samples and then write them to the AIC3204 codec using USBSTK5505_I2S_writeLeft(Int16). However, I do not get any output sound.
Thanks