Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

TTS plugin for OVOS based on Edge-TTS

Configuration

Configuration parameters to add in the user config: ~/.config/mycroft/mycroft.conf

"tts": {
    "module": "ovos-tts-plugin-edge-tts",
    "ovos-tts-plugin-edge-tts": {
        "voice": "en-US-AriaNeural", 
        // =100% speed; use "+50%" for 150%, or "+100%" for 200% speech rate etc for adjusting speed
        "rate": "+0%" 
    }
}

See for voices: list of voices available in Edge TTS.

Also a lot of the latest generation multilingual voices (from March 2024) work with this plug-in. For instance: "voice": "en-US-EmmaMultilingualNeural".

Installation

pip install ovos-tts-plugin-edge-tts

Docker (ovos-tts-server)

A container image runs the plugin as an ovos-tts-server (ElevenLabs-compatible API), built and pushed to GHCR by CI on every push to dev/master:

docker run -p 9666:9666 ghcr.io/openvoiceos/ovos-tts-plugin-edge-tts:latest
curl "http://localhost:9666/synthesize/hello%20world?lang=en-US" --output hello.wav

The served voice is baked in via the EDGE_VOICE build arg (default en-US-AriaNeural); rebuild to change it, e.g. docker build --build-arg EDGE_VOICE=ar-SA-HamedNeural -t edge-tts .. See the bundled docker-compose.yml. Edge streams from Microsoft's cloud, so the container needs network access.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ovos_tts_plugin_edge_tts-0.3.1a2.tar.gz (11.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ovos_tts_plugin_edge_tts-0.3.1a2-py3-none-any.whl (11.5 kB view details)

Uploaded Python 3

File details

Details for the file ovos_tts_plugin_edge_tts-0.3.1a2.tar.gz.

File metadata

File hashes

Hashes for ovos_tts_plugin_edge_tts-0.3.1a2.tar.gz
Algorithm Hash digest
SHA256 6b8783dd1dffd1af0436a4351fb181a232e9c91d5347615c8169062eba7e7fae
MD5 19f0aedbfb03f5a2976880837ce824c4
BLAKE2b-256 bef7bff32eb354c61dbb77a0f2759e4f08e238421a27c0b1d3fe625be313810e

See more details on using hashes here.

File details

Details for the file ovos_tts_plugin_edge_tts-0.3.1a2-py3-none-any.whl.

File metadata

File hashes

Hashes for ovos_tts_plugin_edge_tts-0.3.1a2-py3-none-any.whl
Algorithm Hash digest
SHA256 1613621580f569982f1a36ccde1864beba6431d38151432698664b73061881b7
MD5 b315f66a37c9ee5cbc17cd27065e3d13
BLAKE2b-256 3a623335ab3db9cca20754ba1a6d210a603bd552c33486e4079d839b7be9a099

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.3.1a2 This release

2 files

0.2.2

2 files

0.2.1

2 files

0.1.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page