如何在 C# 中使用 System.Speech 获取原始语音数据?
How do I get raw phonetics data with System.Speech in C#?
我想知道如何在 C# 中从 System.Speech 获取原始语音数据。
世界或句子识别效果很好,但 "interpreted"
给出连贯且语法正确的句子。
我不想要那个;我正在寻找一种方法,无需解释即可将音频翻译成语音。
我在这里找到了我要找的东西:Speech to Phoneme in .Net
有一个可与听写模式一起使用的语法发音参数:
new DictationGrammar("grammar:dictation#pronunciation");
我想知道如何在 C# 中从 System.Speech 获取原始语音数据。
世界或句子识别效果很好,但 "interpreted" 给出连贯且语法正确的句子。 我不想要那个;我正在寻找一种方法,无需解释即可将音频翻译成语音。
我在这里找到了我要找的东西:Speech to Phoneme in .Net
有一个可与听写模式一起使用的语法发音参数:
new DictationGrammar("grammar:dictation#pronunciation");