Skip to content

Commit

Permalink
Upgrade to wyoming-whisper 1.0.1 (home-assistant#3151)
Browse files Browse the repository at this point in the history
  • Loading branch information
synesthesiam authored and nervousapps committed Aug 28, 2023
1 parent fb5e6bb commit 7ddf5c0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
5 changes: 5 additions & 0 deletions whisper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.0.0

- Upgrade to `wyoming-whisper` 1.0.1
- Allow multiple languages to be used simultaneously without restart

## 0.2.1

- Exclude `*.bin` model files from backup
Expand Down
4 changes: 3 additions & 1 deletion whisper/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ for more information.

### Option: `language`

Language that you will speak to the add-on (default is "en"). If you select "auto", the model will run **much** slower but will auto-detect the spoken language.
Default language for the add-on. In Home Assist 2023.8+, multiple languages can be used simultaneously by different [Assist pipelines](https://www.home-assistant.io/voice_control/voice_remote_local_assistant/).

If you select "auto", the model will run **much** slower but will auto-detect the spoken language.

[Performance of supported languages](https://github.com/openai/whisper#available-models-and-languages)

Expand Down
2 changes: 1 addition & 1 deletion whisper/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ codenotary:
signer: [email protected]
base_image: [email protected]
args:
WHISPER_VERSION: 0.0.3
WHISPER_VERSION: 1.0.1
4 changes: 2 additions & 2 deletions whisper/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 0.2.1
version: 1.0.0
slug: whisper
name: Whisper
description: Speech-to-text with Whisper
Expand All @@ -23,5 +23,5 @@ schema:
beam_size: int
ports:
"10300/tcp": null
homeassistant: 2023.5.0.dev20230418
homeassistant: 2023.8.0.dev20230728
image: homeassistant/{arch}-addon-whisper

0 comments on commit 7ddf5c0

Please sign in to comment.