I am just a beginner to using the Codec Engine and I am overwhelmed with lots of different reading materials. This is a little background of our project. We have a custom built DM6446 board running linux. We have the dvsdk 2_00_00_22 built into the project with the iUniversal Examples. I have successfully built and debugged the fir example in CCS 4 by running the fir test application in linux. Now I am onto the step of figuring out how to add all the other algorithms for our project. Some of the other algorithms we need to add are an ADPCM encoder/decoder, goertzel algorithms, fir filters, iir filters, etc. Here a couple of general questions.
1. Are the algorithms built as separate library files or binaries (like the FIR Example) or built directly into the linux application?
2. How are people handling a mixture of iUniversal algorithms and XDM algorithms?
Thanks.