From 8789451fd2675b4326af6dc6a465d2ea0aed76f8 Mon Sep 17 00:00:00 2001 From: miro Date: Wed, 23 Oct 2024 17:04:30 +0100 Subject: [PATCH] update README --- readme.md => README.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) rename readme.md => README.md (73%) diff --git a/readme.md b/README.md similarity index 73% rename from readme.md rename to README.md index a026d56..11f47c0 100644 --- a/readme.md +++ b/README.md @@ -4,9 +4,6 @@ OpenVoiceOS Satellite, connect to [HiveMind](https://github.com/JarbasHiveMind/H ![](./voice_terminal.png) -NOTE: needs https://github.com/OpenVoiceOS/ovos-audio/pull/17 - - ## Install Install dependencies (if needed) @@ -42,5 +39,14 @@ Options: ## Configuration Voice satellite uses the default OpenVoiceOS configuration `~/.config/mycroft/mycroft.conf` - -See configuration from [ovos-dinkum-listener](https://github.com/OpenVoiceOS/ovos-dinkum-listener) for default values \ No newline at end of file + +Supported plugin types: +- Microphone (required) +- VAD (required) +- WakeWord (required) +- STT (required) +- TTS (required) +- Audio Transformers (optional, None by default) +- Dialog Transformers (optional, None by default) +- TTS Transformers (optional, None by default) +- PHAL (optional, None by default) \ No newline at end of file