package ti.sdo.ce.speech

Abstract Speech Algorithm Interfaces

This package contains interfaces implemented by all speech algorithms that support the Codec Engine. In addition, it provides APIs that clients can call to create and run these algorithms.
XDCspec declarations sourced in ti/sdo/ce/speech/package.xdc
package ti.sdo.ce.speech [1, 0, 2] {
 
    interface ISPHDEC;
    // ISPHDEC-compliant image decoder interface
    interface ISPHENC;
    // ISPHENC-compliant speech encoder interface
}
generated on Mon, 20 Sep 2010 23:50:25 GMT