Skip to content

Files

Latest commit

0c2db5e · May 22, 2022

History

History
45 lines (29 loc) · 670 Bytes

Readme.md

File metadata and controls

45 lines (29 loc) · 670 Bytes

beep speak TTS

Description

OpenVoiceOS R2D2 TTS plugin

Install

pip install ovos-tts-plugin-beepspeak

Configuration

  "tts": {
    "module": "ovos-tts-plugin-beepspeak",
    "ovos-tts-plugin-beepspeak": {
      "time_step": 0.1
    }
 }

Docker

build it

docker build . -t ovos/beepspeak

run it

docker run -p 8080:9666 ovos/beepspeak

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

Notes

For a period of time development was migrated to a fork on chatterbox repositories

code was last synchronized with chatterbox-droid-tts==0.0.1a1