1
0
mirror of https://github.com/rhasspy/rhasspy.git synced 2022-02-12 01:59:45 +03:00

Dialogue manager and speakers service can play more than just WAV files

This commit is contained in:
Michael Hansen
2021-07-06 13:12:01 -04:00
parent a3b115121e
commit e2b785f7bb
5 changed files with 7 additions and 4 deletions

View File

@@ -7,6 +7,9 @@
- 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)
- Raven speed optimizations for dynamic time warping code (thanks maxbachmann)
- Dialogue manager will convert audio files to WAV using soundfile and audioread
- dialogue.sound_suffixes profile setting controls file extensions searched for when dialogue feedback sound path is a directory
- rhasspy-speakers-cli-mqtt will convert audio bytes to WAV using soundfile and audioread
- Wake word systems can receive raw UDP audio from multiple sites, and forward it to MQTT (see wake.<system>.udp_site_info)
## Fixed