コード例 #1
0
ファイル: FrontEnd.cs プロジェクト: 180D-FW-2020/Team13
        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);
        }
コード例 #2
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);
        }