类 EchoConfig
- java.lang.Object
-
- com.aispeech.export.config.EchoConfig
-
- 所有已实现的接口:
IConfig
public class EchoConfig extends java.lang.Object implements IConfig
已过时。废弃,使用AIEchoConfig回声消除初始化配置
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classEchoConfig.Builder已过时。
-
方法概要
所有方法 实例方法 具体方法 已过时的方法 修饰符和类型 方法 说明 java.lang.StringgetAecResource()已过时。intgetChannels()已过时。intgetMicNumber()已过时。intgetMicType()已过时。intgetMonitorPeriod()已过时。intgetRecChannel()已过时。java.lang.StringgetSavedDirPath()已过时。booleanisMonitorEnable()已过时。voidsetMicType(int micType)已过时。设置启用麦克风阵列类型AIEchoConfigtransferAIEchoConfig()已过时。
-
-
-
方法详细资料
-
getMicType
public int getMicType()
已过时。
-
setMicType
public void setMicType(int micType)
已过时。设置启用麦克风阵列类型- 参数:
micType- 麦克风阵列类型
-
isMonitorEnable
public boolean isMonitorEnable()
已过时。
-
getMonitorPeriod
public int getMonitorPeriod()
已过时。
-
getAecResource
public java.lang.String getAecResource()
已过时。
-
getChannels
public int getChannels()
已过时。
-
getMicNumber
public int getMicNumber()
已过时。
-
getRecChannel
public int getRecChannel()
已过时。
-
getSavedDirPath
public java.lang.String getSavedDirPath()
已过时。
-
transferAIEchoConfig
public AIEchoConfig transferAIEchoConfig()
已过时。
-
-