Metadata-Version: 2.4
Name: ovos-tts-plugin-beepspeak
Version: 0.0.2a1
Summary: droid tts plugin for OpenVoiceOS/Mycroft/Chatterbox/Neon
Author-email: JarbasAi <jarbasai@mailfence.com>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/OpenVoiceOS/ovos-tts-plugin-beepspeak
Keywords: OpenVoiceOS,mycroft,chatterbox,ovos,plugin,tts
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: ovos-plugin-manager<3.0.0,>=2.1.0

# beep speak TTS

## Description

OpenVoiceOS R2D2 TTS plugin 

## Install

```bash
pip install ovos-tts-plugin-beepspeak
```

## Configuration


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


## Docker

build it
```bash
docker build . -t ovos/beepspeak
```

run it
```bash
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](https://pypi.org/project/chatterbox-droid-tts/0.0.1a1)
