示例#1
0
        public void Say(string text)
        {
            string sayme = stripFormatting(text);

            AerDebug.LogSay(sayme);
            _synth.SpeakAsyncCancelAll();
            _synth.SpeakAsync(stripFormatting(sayme));
        }