node-edge-tts
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -18,7 +18,3 @@ "use strict"; | ||
class EdgeTTS { | ||
constructor({ voice, lang, outputFormat, saveSubtitles, proxy } = {}) { | ||
this.voice = 'zh-CN-XiaoyiNeural'; | ||
this.lang = 'zh-CN'; | ||
this.outputFormat = 'audio-24khz-48kbitrate-mono-mp3'; | ||
this.saveSubtitles = false; | ||
constructor({ voice = 'zh-CN-XiaoyiNeural', lang = 'zh-CN', outputFormat = 'audio-24khz-48kbitrate-mono-mp3', saveSubtitles = false, proxy } = {}) { | ||
this.voice = voice; | ||
@@ -25,0 +21,0 @@ this.lang = lang; |
{ | ||
"name": "node-edge-tts", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "node-edge-tts is a module that using Microsoft Edge's online TTS (Text-to-Speech) service on the Node.js", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9738
151