Hello,
I want to use some audio codecs from Codec Engine on a C6747 (DA830/810 without using the ARM core).
The Codec Engine package I currently have is codec_engine_2_23_01, but none of the example platforms are for a C6747.
Are there any examples out there that will run on the DSP only that I can use to start integration?
Thank you
David Kelly
The OMAP-L137 is a ARM+DSP device with a C674x-based DSP. The OMAP-L137 is supported in CE 2.23.01.
Are you able to use a newer Codec Engine release? CE 2.25.01 is the latest, and the examples have been cleaned up a bit in the newer releases (and are therefore easier to support!), so I'm wondering if it's an option for you to update to.
http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ce/index.html
Chris
I was not aware of the update. I will migrate to it and the CE Tools associated with it and let you know.
Thanks
Could my problem be that I'm using the cetools Bios Utils which is incompatible with my BIOS?
Where can I get the actual Bios Utils package?
David,
Codec Engine only works with DSP/BIOS 5.x - not 6.x. Support for 6.x is coming later this year, but for now you need to use 5.x. From CE release notes:
This release was built and validated against using the following software components:
Mark
Is there a published timeline for this?
Also, should it be possible to use the XDM compliant codecs by implementing our own code to wrap the XDAIS calls?
David Kelly Is there a published timeline for this? Also, should it be possible to use the XDM compliant codecs by implementing our own code to wrap the XDAIS calls? Thanks David Kelly
No, we do not have a timeline for upgrading all the various devices.
Yes, you can certainly use the codecs by themselves without the CE framework. The codecs are RTOS and framework independent.
Okay, Thanks.
I've been looking into using the bare codecs and I've almost got them running. I should be set now.