星纵+linphone
听众拨打队列时,坐席听到嘟嘟嘟的声音
google 关键字 linphone beep
解决方法:
https://github.com/BelledonneCommunications/linphone-desktop/issues/663
configuration文件里+
[sound]
tone_indications = 0
怎么设置使用指定的 声音设备
https://wiki.linphone.org/xwiki/wiki/public/view/Lib/Features/Audio%20devices/
录音有两种
1 只录制本地输入声音,
好像是为了录制后发送语音消息,使用Recorder类
var recordFilePath = Path.Combine(DataCenter.BasePath, $"{DateTime.Now:yyyyMMddHHmmss}.wav"); var param = CoreService.Core.CreateRecorderParams(); param.FileFormat = RecorderFileFormat.Wav; recorder = CoreService.Core.CreateRecorder(param); recorder.Open(recordFilePath); recorder.Start();//开始录制 recorder.Close();//停止
2 录制