5 air202 s6

attachments-2019-08-JWMFleZU5d4d06d4ef67a.png 没报错,也没调用回掉,也就是没播放声音sp- sp+ 接了个8欧3W的喇叭。。。求大神指定



local ttsStr = "你好,现在时刻18点30分"

local function testCb(r)

log.info("testAudio.testCb",r)

end

sys.taskInit(
    function()
        while true do
         audio.play(6, "TTS", ttsStr, 7, testCb)
         sys.wait(10000)
    end
end)

请先 登录 后评论

1 个回答

技术销售Delectate
擅长:IT

使用TTS功能,必须下载TTS底层才可以哦。

请先 登录 后评论