File tree Expand file tree Collapse file tree 5 files changed +13
-7
lines changed
Expand file tree Collapse file tree 5 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 3.1.0
4+
5+ - Fix model selection for language
6+ - Prefer Parakeet only for English (detection fails for other languages)
7+ - Add missing ` onnx_asr ` dependency
8+
39## 3.0.1
410
511- Add support for ` sherpa-onnx ` and Nvidia's parakeet model
Original file line number Diff line number Diff line change 2222 "wyoming[zeroconf]==1.8.0" \
2323 "wyoming-faster-whisper[sherpa] @ https://github.com/rhasspy/wyoming-faster-whisper/archive/refs/tags/v${WYOMING_WHISPER_VERSION}.tar.gz" \
2424 'transformers==4.52.4' \
25+ 'onnx-asr[cpu,hub]==0.7.0' \
2526 \
2627 && pip3 install --no-cache-dir \
2728 --index-url 'https://download.pytorch.org/whl/cpu' \
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ build_from:
33 amd64 : ghcr.io/home-assistant/amd64-base-debian:bookworm
44 aarch64 : ghcr.io/home-assistant/aarch64-base-debian:bookworm
55args :
6- WYOMING_WHISPER_VERSION : 3.0.1
6+ WYOMING_WHISPER_VERSION : 3.1.0
Original file line number Diff line number Diff line change 11---
2- version : 3.0.1
2+ version : 3.1.0
33slug : whisper
44name : Whisper
55description : Speech-to-text with Whisper
Original file line number Diff line number Diff line change @@ -3,18 +3,17 @@ configuration:
33 beam_size :
44 name : Beam size
55 description : >-
6- Number of candidates to consider simultaneously during transcription.
7- Increasing the beam size will increase accuracy at the cost of
6+ Number of candidates to consider simultaneously during transcription (0 =
7+ auto). Increasing the beam size will increase accuracy at the cost of
88 performance.
99 language :
1010 name : Language
1111 description : >-
12- Language that you will speak to the app. If you select "auto",
13- the model will run much slower but will auto-detect the spoken language.
12+ Language to pre-load model for during start-up.
1413 model :
1514 name : Model
1615 description : |
17- Whisper model that will be used for transcription.
16+ Whisper model that will be used for transcription (faster-whisper only) .
1817
1918 The default model is `tiny-int8`, a compressed version of the smallest
2019 Whisper model which is able to run on a Raspberry Pi 4. Compressed models
You can’t perform that action at this time.
0 commit comments