2005-11-29から1日間の記事一覧

SpeechRecognitionEngine

昨日は音声合成だったので、今度は音声認識を試してみました。マイクからの入力を認識してコンソールに出力します。「quit」と言えば終了です。 using System; using System.Speech.Recognition; using System.Speech.Synthesis; static class Program { sta…