管理正在信道中播放的音频流,该音频来自一个语音文件。
<uuid>
参数说明:
uuid
:通话的唯一标识符(通过“show
channels”可查看到)speed:<+[step]>|<-[step]>
:语速volume:<+[step]>|<-[step]>
:音量pause
:暂停stop
:停止truncate
:截断restart
:重启seek:<+[samples]>|<-[samples]>
:定位
>注:Samples,从字面上来讲,就是语音文件前进后退的取样数。在8KHZ的文件中,取样数8000代表的是一秒。同样,在16KHZ的文件中,16000代表的也是一秒。uuid_fileman <uuid> <cmd:val>
uuid_fileman ${uuid} volume:[4,-4]
# 降低通话uuid为123456的音量为 -3 挡
uuid_fileman 123456 volume:-3
# 提高通话uuid为123456的音量为 3 挡
uuid_fileman 123456 volume:3
uuid_fileman 0171ded1-2c31-445a-bb19-c74c659b7d08 seek:+3000