Ejemplo n.º 1
0
        public int process_utt(SWIGTYPE_p_int16 spch, uint nsamps, SWIGTYPE_p_p_p_mfcc_t cep_block)
        {
            int ret = sphinxbasePINVOKE.FrontEnd_process_utt(swigCPtr, SWIGTYPE_p_int16.getCPtr(spch), nsamps, SWIGTYPE_p_p_p_mfcc_t.getCPtr(cep_block));

            return(ret);
        }
Ejemplo n.º 2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_int16 obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }