mirror of
https://github.com/rhasspy/rhasspy.git
synced 2022-02-12 01:59:45 +03:00
Add ption to allow "unknown" words to be recognized with Kaldi
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
### Added
|
||||
|
||||
- Option to allow "unknown" words to be recognized with Kaldi with Text FST grammar enabled
|
||||
- Preliminary support for Arabic (ar)
|
||||
- Initial support for Vosk ASR (English, German, French, Spanish, Italian, Russian, Portuguese, Vietnamese, Arabic)
|
||||
- Multiple audio streams for Precise/Porcupine/Snowboy/Pocketsphinx wake word service (thanks Romkabouter)
|
||||
|
||||
@@ -34,7 +34,7 @@ token="$(jq --raw-output .home_assistant.access_token < "${profile}")"
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
# Use REST api to list the states of all Home Assistant entities.
|
||||
# Returns a JSON list of entitiy states.
|
||||
# Returns a JSON list of entity states.
|
||||
# We use jq to reformat this as a two-column list with the format: <entity_id> <friendly_name>.
|
||||
echo "GET ${url}/api/states" >&2
|
||||
curl -X GET \
|
||||
|
||||
Submodule rhasspy-asr-deepspeech updated: 4bfffbfba4...2c36494ebc
Submodule rhasspy-asr-deepspeech-hermes updated: 1b387f6646...4edc40563b
Submodule rhasspy-asr-kaldi updated: 191abb747f...ee703b9d4d
Submodule rhasspy-asr-kaldi-hermes updated: 08445f377c...c3bfd22a70
Submodule rhasspy-asr-pocketsphinx-hermes updated: 52aff9c519...89c33a0532
Submodule rhasspy-dialogue-hermes updated: 9ff5dd7f29...a807e2e0b7
Submodule rhasspy-fuzzywuzzy updated: 4a8592f3a5...203a018ac6
Submodule rhasspy-fuzzywuzzy-hermes updated: 0a8f4721d6...800f664da3
Submodule rhasspy-homeassistant-hermes updated: a96664b04d...f6990128da
Submodule rhasspy-nlu updated: da5db27364...9434db1d2e
Submodule rhasspy-nlu-hermes updated: 23cbb22c5d...d0e7271358
Submodule rhasspy-profile updated: f95ac22605...266a77a537
Submodule rhasspy-remote-http-hermes updated: 5184f86079...eaca6abb11
Submodule rhasspy-server-hermes updated: 2f3c8bbae9...527171a0b5
Submodule rhasspy-speakers-cli-hermes updated: 787790ac43...ed43a0639e
Submodule rhasspy-supervisor updated: 4a0f7f8cdb...92707d57da
Submodule rhasspy-tts-cli-hermes updated: 3daf8a16a2...3adf80a50f
Submodule rhasspy-wake-pocketsphinx-hermes updated: 776f69ff35...a0f60d63ef
Submodule rhasspy-wake-porcupine-hermes updated: c3525c4582...91af83bcd5
Submodule rhasspy-wake-precise-hermes updated: 34dc354de5...ee6375576a
Submodule rhasspy-wake-raven updated: c3c6d06334...2e696907b5
Submodule rhasspy-wake-raven-hermes updated: a6c3b2921e...41ff418e10
Submodule rhasspy-wake-snowboy-hermes updated: 9c93282d6f...72d970350f
Reference in New Issue
Block a user