Skip to content

Commit

Permalink
Merge branch 'dev' into feat/piper-tts-1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored Jan 21, 2024
2 parents 10845da + 73cda2d commit 68ebc3f
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 6 deletions.
24 changes: 22 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,28 @@
# Changelog

## [Unreleased](https://github.com/OpenVoiceOS/ovos-tts-plugin-piper/tree/HEAD)
## [V0.0.1a11](https://github.com/OpenVoiceOS/ovos-tts-plugin-piper/tree/V0.0.1a11) (2024-01-21)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-tts-plugin-piper/compare/V0.0.1a8...HEAD)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-tts-plugin-piper/compare/V0.0.1a10...V0.0.1a11)

**Implemented enhancements:**

- adds en-gb-alba model [\#19](https://github.com/OpenVoiceOS/ovos-tts-plugin-piper/pull/19) ([dblencowe](https://github.com/dblencowe))

## [V0.0.1a10](https://github.com/OpenVoiceOS/ovos-tts-plugin-piper/tree/V0.0.1a10) (2024-01-21)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-tts-plugin-piper/compare/V0.0.1a9...V0.0.1a10)

**Closed issues:**

- Doesn't handle the "?" properly [\#16](https://github.com/OpenVoiceOS/ovos-tts-plugin-piper/issues/16)

**Merged pull requests:**

- WIP: fix: fixes confict between piper-tts versions [\#20](https://github.com/OpenVoiceOS/ovos-tts-plugin-piper/pull/20) ([dblencowe](https://github.com/dblencowe))

## [V0.0.1a9](https://github.com/OpenVoiceOS/ovos-tts-plugin-piper/tree/V0.0.1a9) (2023-12-09)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-tts-plugin-piper/compare/V0.0.1a8...V0.0.1a9)

**Closed issues:**

Expand Down
3 changes: 2 additions & 1 deletion ovos_tts_plugin_piper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class PiperTTSPlugin(TTS):
'thorsten-medium',
'thorsten_emotional-medium'],
'el': ['rapunzelina-low'],
'en-gb': ['alan-low', 'southern_english_female-low'],
'en-gb': ['alan-low', 'alba-medium', 'southern_english_female-low'],
'en-us': ['amy-low',
'danny-low',
'kathleen-low',
Expand Down Expand Up @@ -154,6 +154,7 @@ class PiperTTSPlugin(TTS):
voice2url = {
'25hours-single-low': 'https://github.com/rhasspy/piper/releases/download/v0.0.2/voice-vi-25hours-single-low.tar.gz',
'alan-low': 'https://github.com/rhasspy/piper/releases/download/v0.0.2/voice-en-gb-alan-low.tar.gz',
'alba-medium': 'https://huggingface.co/rhasspy/piper-voices/resolve/v1.0.0/en/en_GB/alba/medium/en_GB-alba-medium.onnx',
'ald-medium': 'https://huggingface.co/rhasspy/piper-voices/resolve/main/es/es_MX/ald/medium/es_MX-ald-medium.onnx',
'amy-low': 'https://github.com/rhasspy/piper/releases/download/v0.0.2/voice-en-us-amy-low.tar.gz',
'anna-medium': 'https://huggingface.co/rhasspy/piper-voices/resolve/main/hu/hu_HU/anna/medium/hu_HU-anna-medium.onnx',
Expand Down
4 changes: 2 additions & 2 deletions ovos_tts_plugin_piper/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# START_VERSION_BLOCK
VERSION_MAJOR = 0
VERSION_MINOR = 0
VERSION_BUILD = 1
VERSION_ALPHA = 9
VERSION_BUILD = 2
VERSION_ALPHA = 0
# END_VERSION_BLOCK
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ovos-plugin-manager>=0.0.5
piper-tts==1.2.0
piper-tts==1.2.0

0 comments on commit 68ebc3f

Please sign in to comment.