我使用的服务是:合成 Android
调用的接口是:
参数设置情况:
开发平台和机型:
SDK版本号: 23
代码或日志截图(上传截图能帮助您更快解决问题):
复现步骤、现象及其他描述:调用播放 speak出现 调一次打印一次
E/art: No implementation found for int com.baidu.speechsynthesizer.utility.SpeechDecoder.decodeWithCallback(byte[], java.lang.Object) (tried Java_com_baidu_speechsynthesizer_utility_SpeechDecoder_decodeWithCallback and Java_com_baidu_speechsynthesizer_utility_SpeechDecoder_decodeWithCallback___3BLjava_lang_Object_2)
收藏
点赞
0
个赞
请登录后评论
TOP
切换版块
通过设置纯在线模式, 并且设置不压缩,彻底不使用so文件,这样可以播了。
TtsMode.ONLINE
params.put(SpeechSynthesizer.PARAM_AUDIO_ENCODE, SpeechSynthesizer.AUDIO_ENCODE_PCM);
params.put(SpeechSynthesizer.PARAM_AUDIO_RATE, SpeechSynthesizer.AUDIO_BITRATE_PCM);
咩日呛美:
我使用的服务是:合成 Android
调用的接口是:
参数设置情况:
开发平台和机型:
SDK版本号: 23
代码或日志截图(上传截图能帮助您更快解决问题):
复现步骤、现象及其他描述:调用播放 speak出现 调一次打印一次
E/art: No implementation found for int com.baidu.speechsynthesizer.utility.SpeechDecoder.decodeWithCallback(byte[], java.lang.Object) (tried Java_com_baidu_speechsynthesizer_utility_SpeechDecoder_decodeWithCallback and Java_com_baidu_speechsynthesizer_utility_SpeechDecoder_decodeWithCallback___3BLjava_lang_Object_2)
回复咩日呛美:
请使用speak 方法,另外请测试我们的官方demo,看看有没有问题