在iOS应用程序中使用Watson Speech to Text的错误

时间:2016-02-24 17:24:44

标签: ios ibm-cloud speech-to-text ibm-watson

我正在尝试将Watson Speech-to-Text合并到iOS应用程序中。在过去,我可以使用SDK,但是在新版本的Watson Developer Cloud中我没有取得任何成功。

我已经在Bluemix中为Watson STT创建了该服务。在iOS应用程序中,我传入凭证并能够获取STT的实例,因此连接正常。看看SDK,似乎我只需要调用startListening()让应用程序开始监听用户'言语。但是它会立即引发错误。

// Activate speech
stt.startListening()

错误讯息:

libswiftCore.dylib`_swift_retain_(swift::HeapObject*):
0x10108d1a0 <+0>:  cbz    x0, 0x10108d1b8           ; <+24>
0x10108d1a4 <+4>:  add    x8, x0, #8
0x10108d1a8 <+8>:  ldxr   w9, [x8]
0x10108d1ac <+12>: add    w9, w9, #4
->  0x10108d1b0 <+16>: stxr   w10, w9, [x8]
0x10108d1b4 <+20>: cbnz   w10, 0x10108d1a8          ; <+8>
0x10108d1b8 <+24>: ret  

错误发生在&#34; - &gt;&#34;和消息:com.apple.coreaudio.AQClient(6):EXC_BAD_ACCESS(代码= 2,地址= 0x1000e8008)

欣赏有关此问题的任何见解。

0 个答案:

没有答案