From 7ddf5c04981103ad443d712bf84be0fb4ca45a72 Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Wed, 2 Aug 2023 12:23:09 -0500 Subject: [PATCH] Upgrade to wyoming-whisper 1.0.1 (#3151) --- whisper/CHANGELOG.md | 5 +++++ whisper/DOCS.md | 4 +++- whisper/build.yaml | 2 +- whisper/config.yaml | 4 ++-- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/whisper/CHANGELOG.md b/whisper/CHANGELOG.md index 8b29bfe53ae..fe1942d8a0a 100644 --- a/whisper/CHANGELOG.md +++ b/whisper/CHANGELOG.md @@ -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 diff --git a/whisper/DOCS.md b/whisper/DOCS.md index d08a8ff02f8..9b2c2e699d9 100644 --- a/whisper/DOCS.md +++ b/whisper/DOCS.md @@ -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) diff --git a/whisper/build.yaml b/whisper/build.yaml index bd74cad49ec..84d8975e033 100644 --- a/whisper/build.yaml +++ b/whisper/build.yaml @@ -6,4 +6,4 @@ codenotary: signer: notary@home-assistant.io base_image: notary@home-assistant.io args: - WHISPER_VERSION: 0.0.3 + WHISPER_VERSION: 1.0.1 diff --git a/whisper/config.yaml b/whisper/config.yaml index 5a78efc1bac..fa0b500c838 100644 --- a/whisper/config.yaml +++ b/whisper/config.yaml @@ -1,5 +1,5 @@ --- -version: 0.2.1 +version: 1.0.0 slug: whisper name: Whisper description: Speech-to-text with Whisper @@ -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