在服务中使用语音识别发生错误,请问怎么解决
相同的代码,在app里面可以正常运行,在service里面会有很高的概率崩溃
logcat的记录如下
I/DEBUG ( 2428): *** *** *** *** *** *** *** *** *** *** *...
语音识别一开始调通,后来不知道怎么会报这个错误
Activity has leaked ServiceConnectionandroid.speech.SpeechRecognizer$Connection@428a54b0 that was originally bound here
iOS语音合成获取合成结果后播放没有声音
- (void)synthesizerNewDataArrived:(NSData *)newData
DataFormat:(BDSAudioFormat)fmt
characterCount:(int)newLength
...