企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
#### **设置音频工具箱** ``` String setNoiseMonitor(boolean open) ``` #### 接口说明: 开启和关闭音频工具箱 #### 接口参数简介: | 名称 | 类型 | 说明 | 是否必须 | | --- | --- | --- | --- | | open| boolean | true:开启 , false:关闭 | 是 | #### 返回值: {"errorcode":0} #### 示例代码: ``` // anychatSDK is the instance of sdk anychatSDK.setNoiseMonitor(true); ```