tencentcloud-sdk-nodejs-trtc 4.1.124 → 4.1.130
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
|
@@ -518,10 +518,6 @@ export interface VoiceCloneRequest {
|
|
|
518
518
|
* TRTC的SdkAppId
|
|
519
519
|
*/
|
|
520
520
|
SdkAppId: number;
|
|
521
|
-
/**
|
|
522
|
-
* TTS的API密钥
|
|
523
|
-
*/
|
|
524
|
-
APIKey: string;
|
|
525
521
|
/**
|
|
526
522
|
* 声音克隆的名称, 只允许使用数字、字母、下划线,不能超过36位
|
|
527
523
|
*/
|
|
@@ -530,6 +526,10 @@ export interface VoiceCloneRequest {
|
|
|
530
526
|
* 声音克隆的参考音频,必须为16k单声道的wav的base64字符串, 长度在5秒~12秒之间
|
|
531
527
|
*/
|
|
532
528
|
PromptAudio: string;
|
|
529
|
+
/**
|
|
530
|
+
* TTS的API密钥
|
|
531
|
+
*/
|
|
532
|
+
APIKey?: string;
|
|
533
533
|
/**
|
|
534
534
|
* 声音克隆的参考文本,为参考音频对应的文字。
|
|
535
535
|
*/
|