New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

neon-tts-plugin-coqui

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

neon-tts-plugin-coqui

A Coqui AI TTS plugin for Neon

  • 0.8.0
  • PyPI
  • Socket score

Maintainers
3

NeonAI Coqui AI TTS Plugin

Mycroft compatible TTS Plugin for Coqui AI Text-to-Speech.

Languages:

We support all European Union languages including:

English, Spanish, French, German, Italian, Polish, Ukrainian,
Dutch, Romanian, Hungarian, Greek, Czech, Swedish, Portuguese,
Croatian, Bulgarian, Danish, Slovak, Finnish, Lithuanian,
Slovenian, Latvian, Estonian, Irish, Maltese

Feel free to open an issue to request support of your language.
We implement all the languages that are wanted and needed, not just those spoken by the largest number of people.
For example, we have already included Irish and Maltese, even though they have less than a million native speakers.

Performance:

  • amd64
    • AMD/Intel-based desktops/laptops
    • 4 cores, RTF = 0.05
    • 1 core, RTF = 0.15
  • arm64
    • Raspberry Pi 3/4 and Zero 2 with 64-bit Pi OS
    • Raspberry Pi 4, RTF = 0.5

Real-Time Factor(RTF) - the ratio of how long it takes to generate audio to how long the audio is when spoken.

Storage:

This plugin has a minimum list of dependencies, which in total fit in 900MB on amd64, and 300MB on arm64.
Models are installed on the fly, almost instantly after the first TTS request. You don't need to download languages you don't use.
Each model weighs about 100MB, in total you only need ~4GB to get support for 25 languages.

License:

NeonAI Coqui AI TTS Plugin is available under the BSD-3-Clause license

It is one of the most community-friendly open licenses out there. It has minimal restrictions on how it can be used by developers and end users, making it the most open package with the most supported languages on the market.

Configuration:

tts:
    module: coqui
    coqui: {
        cache: true
    }

Requirements:

sudo apt install espeak-ng

Necessary for english, greek and some other languages

Docker

A docker container using ovos-tts-server is available

You can build and run it locally

docker build . -t coquitts
docker run -p 8080:9666 coquitts

use it http://localhost:8080/synthesize/hello

Keywords

FAQs


Did you know?

Socket

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.

Install

Related posts

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