https://github.com/ovoshatchery/ovos-tts-plugin-bark
https://github.com/ovoshatchery/ovos-tts-plugin-bark
maintainer-wanted proof-of-concept
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ovoshatchery/ovos-tts-plugin-bark
- Owner: OVOSHatchery
- License: apache-2.0
- Created: 2023-05-20T01:29:40.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-05-20T01:32:39.000Z (over 2 years ago)
- Last Synced: 2025-03-25T05:37:21.284Z (7 months ago)
- Topics: maintainer-wanted, proof-of-concept
- Language: Python
- Homepage:
- Size: 263 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## Description
OVOS TTS plugin for [bark](https://github.com/suno-ai/bark)
This is very slow and needs a GPU to be remotely usable
## Install
`pip install ovos-tts-plugin-bark`
## Configuration
see voices in [bark speaker library V2](https://suno-ai.notion.site/8b8e8749ed514b0cbf3f699013548683?v=bc67cff786b04b50b3ceb756fd05f68c)
```json
"tts": {
"module": "ovos-tts-plugin-bark",
"ovos-tts-plugin-bark": {
"use_cuda": true,
"small_models": true,
"voice": "v2/en_speaker_6"
}
}
```