-
Notifications
You must be signed in to change notification settings - Fork 6
SRDeviceMode
Ju Liaoyuan edited this page Dec 20, 2022
·
1 revision
Declared in SNConstant.h
typedef NS_ENUM(NSInteger, SRDeviceMode ) {
SRDeviceModeGeneral,
SRDeviceModeCommunication,
};
普通模式。麦上麦下都走媒体模式。不会开启系统的AEC,音质高。
Declared In SNConstant.h
.
通话模式。麦上通话模式,麦下媒体模式。会先经过系统AEC,音质会劣于 General 。
Declared In SNConstant.h
.
Sona Wiki