Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-edge-tts

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-edge-tts - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

6

dist/edge-tts.js

@@ -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;

2

package.json
{
"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": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc