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