Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
echogarden
Advanced tools
An easy-to-use speech toolset. Includes tools for synthesis, recognition, alignment, speech translation, language detection, source separation and more.
Echogarden is an easy-to-use speech toolset that includes a variety of speech processing tools.
npm
packageEnsure you have Node.js v18.16.0
or later installed.
then:
npm install echogarden -g
npm update echogarden -g
A small sample of command lines:
echogarden speak "Hello World!"
echogarden speak-file story.txt
echogarden transcribe speech.mp3
echogarden translate-speech speech.webm subtitles.srt
echogarden align speech.opus transcript.txt
echogarden isolate speech.wav
See the command-line interface guide for more details on the operations supported, and the configuration options reference for a comprehensive list of all options supported.
Note: on v2.0.0
, a newly developed audio playback library was integrated into the command line interface. If you're having trouble hearing sound, or the sound is distorted, please report this as an issue. You can also switch back to the older SoX-based player by adding --player=sox
to the command-line. On macOS, you'll need to ensure SoX is available on the system path by installing it with a system package manager like Homebrew (brew install sox
).
If you are a developer, you can also directly import the package as a dependency. The API operations and options closely mirror the CLI.
1.0.0
)This project consolidates, and builds upon the effort of many different individuals and companies, as well as contributing a number of original works.
Developed by Rotem Dan (IPA: /ˈʁɒːtem ˈdän/).
GNU General Public License v3
Licenses for components, models and other dependencies are detailed on this page.
FAQs
An easy-to-use speech toolset. Includes tools for synthesis, recognition, alignment, speech translation, language detection, source separation and more.
The npm package echogarden receives a total of 7,915 weekly downloads. As such, echogarden popularity was classified as popular.
We found that echogarden 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
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.