Пример #1
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_p_p_mfcc_t obj) {
   return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }
Пример #2
0
        public int ProcessUtt(string spch, uint nsamps, SWIGTYPE_p_p_p_mfcc_t cep_block)
        {
            int ret = SphinxBasePINVOKE.FrontEnd_ProcessUtt(swigCPtr, spch, nsamps, SWIGTYPE_p_p_p_mfcc_t.getCPtr(cep_block));

            return(ret);
        }
Пример #3
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);
        }