TalkBot.FliteWrapper.flite_text_to_speech C# (CSharp) Method

flite_text_to_speech() private method

private flite_text_to_speech ( string @from, IntPtr register_cmu_us_kal, string to ) : void
@from string
register_cmu_us_kal System.IntPtr
to string
return void
        static extern void flite_text_to_speech(string @from, IntPtr register_cmu_us_kal, string to);