package ti.sdo.ce.examples.codecs.sphdec_copy

Simple Codec Engine compatible speech "decoder"

This codec illustrates the simplest integration into the Codec Engine. Only three files are required to integrate into the Codec Engine: [ more ... ]
XDCspec declarations sourced in ti/sdo/ce/examples/codecs/sphdec_copy/package.xdc
package ti.sdo.ce.examples.codecs.sphdec_copy [1, 0, 0] {
 
    module SPHDEC_COPY;
    // SPHDEC_COPY codec specification
}
DETAILS
This codec illustrates the simplest 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.
SPHDEC_COPY.xdc
This file specifies a codec (named SPHDEC_COPY) that is provided by this package.
SPHDEC_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. Thus, integration into the Codec Engine requires no change to the codecs sources.
generated on Mon, 20 Sep 2010 23:50:12 GMT