I am looking for an optimized way to do Asynchronous Sample Rate Conversion on the C66xx architecture. There are various generic libraries available, like Secret Rabbit Code, but I am looking for something which is optimized for C66xx (we need to process many channels for a professional audio application, so 90dB down at the cut-off frequency).
Does anybody know of an existing solution or have a suggestion on how to implement this effectively? My "planned approach" is to use an existing lib (SRC) written in C and swap out modules where I can with those from the DSPLIB (like cut-off filtering).
EDIT: It looks like Analog Devices offers a library for Blackfin. Does TI have something similar? If not, what is the recommended way of implementing this?
Thanks