package ti.sdo.ce.examples.apps.audio1_copy.async    

Codec Engine AUDDEC1/AUDENC1 example app (async)

This is a Codec Engine example app which utilizes audio codecs that implement the IAUDDEC1 and IAUDENC1 audio interfaces. This app demonstrates how to use the asynchronous VISA APIs to buffer up several process() requests. [ more ... ]
XDCspec declarations sourced in ti/sdo/ce/examples/apps/audio1_copy/async/package.xdc
package ti.sdo.ce.examples.apps.audio1_copy.async [1, 0, 0] {
 
}
DETAILS
This is a Codec Engine example app which utilizes audio codecs that implement the IAUDDEC1 and IAUDENC1 audio interfaces. This app demonstrates how to use the asynchronous VISA APIs to buffer up several process() requests.
This example builds using the XDC build tools, and is portable to several execution environments. The following files are included in this package:
package.xdc
This file is required to declare a globally unique name for this package.
package.bld
This file is the build script describing the application to the XDC built tools.
makefile
A usability makefile wrapper around the XDC build tools.
remote.cfg
The XDC configuration file for this executable, when configured to run "remote" codecs. This is the typical configuration for multiple processor excution environments.
app.c
The primary source file for this executable.
main_native.c
The execution runtime-specific entry point for this executable. This isolates any runtime-specific startup code from the generic application.
generated on Mon, 20 Sep 2010 23:50:16 GMT