开发者

Nuance mobile sdk: "There appears to be a lot of background noise"

开发者 https://www.devze.com 2023-02-17 15:13 出处:网络
After starting the listener a couple of times I only get \"There appears to be a lot of background no开发者_开发技巧ise\" errors, in a totally quiet environment that is.It turned out that the listenin

After starting the listener a couple of times I only get "There appears to be a lot of background no开发者_开发技巧ise" errors, in a totally quiet environment that is.


It turned out that the listening method was called twice and the demo code didn't handle this nicely. it worked after adding this to the official code:

if (transactionState == TS_RECORDING) { return; }

0

精彩评论

暂无评论...
验证码 换一张
取 消