package ti.sdo.ce.examples.codecs.audenc_copy |
 |
Codec Engine compatible audio encoder
This package provides a reference IAUDENC-compliant algorithm, and the
necessary support required for integration into the Codec Engine.
[
more ... ]
package ti.sdo.ce.examples.codecs.audenc_copy [1, 0, 0] {
// AUDENC_COPY codec specification
}
DETAILS
This package provides a reference IAUDENC-compliant algorithm, and the
necessary support required for integration into the Codec Engine.
Only three files are required to integrate into the Codec Engine:
- package.xdc
-
This file is required to declare a name for this package and to
list all codec interfaces available.
- AUDENC_COPY.xdc
-
This file specifies a codec (named AUDENC_COPY) that is
provided by this package.
- AUDENC_COPY.xs
-
This file implements the functions required by the ICodec
interface; these functions enable the codec to describe its
non-functional requirements such as stack size.
All other files in this package are simply the implementation of the codec
as specified by xDM's IAUDENC interface. Integration into the Codec Engine
requires no change to the codecs sources.
As the IAUDENC interface is deprecated, the xDAIS product doesn't provide
an example of an algorithm that implements the IAUDENC interface. This
package serves two purposes:
- Simple reference implementation of an algorithm that implements the
IAUDENC interface
- Example of a package that both provides an algorithm's xDAIS/xDM
libraries and implements the ti.sdo.ce.ICodec interface.
generated on Mon, 20 Sep 2010 23:50:14 GMT