Example #1
0
 public void setAudioCallback(SWIGTYPE_p_ArRetFunctor2T_bool_short_p_int_t cb)
 {
     AriaCSPINVOKE.ArSpeechSynth_setAudioCallback(swigCPtr, SWIGTYPE_p_ArRetFunctor2T_bool_short_p_int_t.getCPtr(cb));
 }
Example #2
0
        public virtual bool speak(string str, string voiceParams, SWIGTYPE_p_ArRetFunctor2T_bool_short_p_int_t audioOutputCB)
        {
            bool ret = AriaCSPINVOKE.ArSpeechSynth_speak__SWIG_1(swigCPtr, str, voiceParams, SWIGTYPE_p_ArRetFunctor2T_bool_short_p_int_t.getCPtr(audioOutputCB));

            return(ret);
        }
Example #3
0
 public static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_ArRetFunctor2T_bool_short_p_int_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }