星纵+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 录制

posted @   simadi  阅读(27)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 分享4款.NET开源、免费、实用的商城系统
· 全程不用写代码,我用AI程序员写了一个飞机大战
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
· 上周热点回顾(2.24-3.2)
历史上的今天:
2021-04-28 WPF超级链接
2017-04-28 Android 成功 使用GPS获取当前地理位置(解决getLastKnownLocation 返回 null)
2017-04-28 Android View体系 系列文章
2015-04-28 nuget 命令详解
点击右上角即可分享
微信分享提示