我正在使用最新的统一 SDK 2.12.0 和 Unity 2017.4。我的统一项目在这里可用: https ://github.com/jignesh015/Watson_trial
请注意,您需要一个 IBM Apikey 才能访问 API 功能。
我按照以下视频教程设置 SDK: https ://www.youtube.com/watch?v=_K62R9Jnxag
在运行视频中所示的 ExampleStreaming 示例时,我收到以下日志:
[SpeechToText.SendStart()][DEBUG] SendStart() 带有以下参数:{"action":"start","content-type":"audio/l16;rate=22050;channels=1;","inactivity_timeout ":-1,"interim_results":true,"max_alternatives":0,"profanity_filter":false,"smart_formatting":true,"speaker_labels":false,"timestamps":true,"word_confidence":true
[SpeechToText.OnListenClosed()][DEBUG] OnListenClosed(),状态 = DISCONNECTED
[SpeechToText.KeepAlive()][DEBUG] KeepAlive 已退出。
我已经彻底搜索了这个问题。似乎很多人都面临过类似的问题,但没有一个帖子有令人满意的解决方案。谁能帮我这个?