目录

前言

正文


前言

Electron中有很多音频处理开关,今天就来看一下。

PS:《Electron实战》系列-总览 

正文

具体内容已经写到了对应的代码注释中,如果需要补充请留言。

代码位置:

src/media/webrtc/webrtc_switches.h 

namespace switches {

COMPONENT_EXPORT(MEDIA_WEBRTC) extern const char kAgcStartupMinVolume[];

}  // namespace switches

namespace features {

COMPONENT_EXPORT(MEDIA_WEBRTC)
extern const base::Feature kWebRtcApmInAudioService;

COMPONENT_EXPORT(MEDIA_WEBRTC)
extern const base::Feature kWebRtcEnableCaptureMultiChannelA