node-edge-tts
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -31,3 +31,7 @@ #!/usr/bin/env node | ||
await tts.ttsPromise(text, filepath) | ||
console.log(`Converted to ${filepath}`) | ||
if (saveSubtitles) { | ||
console.log(`Saved subtitles to ${filepath}.json`) | ||
} | ||
process.exit() | ||
})() |
{ | ||
"name": "node-edge-tts", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"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": [ |
12643
190