tencentcloud-sdk-nodejs-trtc 4.1.140 → 4.1.145

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-trtc",
3
- "version": "4.1.140",
3
+ "version": "4.1.145",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -4997,6 +4997,14 @@ export interface TTSConfig {
4997
4997
  * TTS 的模型,默认是:flow_01_turbo, 可选: [ flow_01_turbo, flow_01_ex]
4998
4998
  */
4999
4999
  Model?: string;
5000
+ /**
5001
+ * 语速,范围 0.5-2.0,默认 1.0
5002
+ */
5003
+ Speed?: number;
5004
+ /**
5005
+ * (0, 10] 默认值1.0
5006
+ */
5007
+ Volume?: number;
5000
5008
  }
5001
5009
  /**
5002
5010
  * MCU混流输出流编码参数