MiService
MiService copied to clipboard
请问是否支持播放自定义音频文件呢?
spec如下: Intelligent_Speaker = 7 _Text_Content = 1 _Silent_Execution = 2 # bool Sleep_Mode = 3 # bool # rwn Audio_Id = 4 # rn
_Wake_Up = 1
_Play_Radio = 2
_Play_Text = 3 # in=[1]
_Execute_Text_Directive = 4 # in=[1, 2]
_Play_Music = 5
里面有 Play_Radio 和 Play_Music 的选项,但是没有 in 的入参,应该如何实现呢?