Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
node-edge-tts
Advanced tools
node-edge-tts is a module that using Microsoft Edge's online TTS (Text-to-Speech) service on the Node.js
node-edge-tts is a module that utilizes Microsoft Edge's online TTS (Text-to-Speech) service on Node.js
npm install node-edge-tts
const { EdgeTTS } = require('node-edge-tts')
or
import { EdgeTTS } from 'node-edge-tts'
const tts = new EdgeTTS()
await tts.ttsPromise('Hello world', path_to_audiofile_with_extension)
const tts = new EdgeTTS({
voice: 'en-US-AriaNeural',
lang: 'en-US',
outputFormat: 'audio-24khz-96kbitrate-mono-mp3'
proxy: 'http://localhost:7890',
saveSubtitles: true
})
You can find the available options for speechconfig at voice/lang|outputFormat, but not all options are accessible due to limitations of the services provided by Microsoft Edge.
FAQs
node-edge-tts is a module that using Microsoft Edge's online TTS (Text-to-Speech) service on the Node.js
The npm package node-edge-tts receives a total of 128 weekly downloads. As such, node-edge-tts popularity was classified as not popular.
We found that node-edge-tts demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.