3

is it possible to train sapi with C#? lets say I have a wav file contains a specific word the engine is not able to detect it or it detects the word but it gives wrong value.. so I need to add this word with its text to the dictionary is that possible?

thanks,

4

1 回答 1

1

当然可以使用 C# 训练 SAPI。这不是一件容易的事(在 C++ 中也不是一件容易的事)。看看这个问题的答案,看看怎么做;然后您可以使用 SAPI 周围的 Speechlib 包装器从 C# 访问训练模式 API。

于 2011-09-16T21:25:17.433 回答