Unity-MS-SpeechSDK
Unity-MS-SpeechSDK copied to clipboard
ParseWebSocketSpeechResult incorrect
Great demo, thanks for sharing it!
Looks like they changed the format of the result, and since the parser relies on line numbering, it fails now. The quick fix is easy enough: Just swap case 1 and case 2. The better fix is to actually parse by content and not rely on line numbering nor character positioning.