Skip to content

Commit

Permalink
Bump speech-to-phrase to 1.3.0 (#3940)
Browse files Browse the repository at this point in the history
  • Loading branch information
synesthesiam authored Feb 18, 2025
1 parent 00c0be6 commit eac4c45
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions speech_to_phrase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.3.0

- Add Coqui STT
- Support range fractions in custom sentences (https://github.com/OHF-Voice/speech-to-phrase/issues/5)
- Do full re-train at startup (https://github.com/OHF-Voice/speech-to-phrase/issues/11)
- Remove websocket command message limit (https://github.com/OHF-Voice/speech-to-phrase/issues/6)
- Bump `unicode-rbnf` to 2.3.0 (https://github.com/OHF-Voice/speech-to-phrase/issues/15)

## 1.2.0

- Split words on dashes `-` and underscores `_`
Expand Down
2 changes: 1 addition & 1 deletion speech_to_phrase/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ codenotary:
signer: notary@home-assistant.io
base_image: notary@home-assistant.io
args:
SPEECH_TO_PHRASE_VERSION: 1.2.0
SPEECH_TO_PHRASE_VERSION: 1.3.0
2 changes: 1 addition & 1 deletion speech_to_phrase/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 1.2.0
version: 1.3.0
slug: speech-to-phrase
name: Speech-to-Phrase
description: Fast and personalized local speech-to-text
Expand Down

0 comments on commit eac4c45

Please sign in to comment.