mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-12-16 09:23:01 -06:00
Add Wyoming credentials and node skeleton
This commit is contained in:
parent
a3932104a0
commit
5340284865
10 changed files with 285 additions and 12 deletions
11
README.md
11
README.md
|
|
@ -1,10 +1,10 @@
|
|||
# n8n-nodes-wyoming
|
||||
|
||||
n8n community nodes for [Wyoming protocol](https://github.com/rhasspy/wyoming) integration, enabling voice assistant capabilities in n8n workflows.
|
||||
n8n community nodes for [Home Assistant Whisper add-on](https://github.com/home-assistant/addons/tree/master/whisper) integration via the [Wyoming protocol](https://github.com/rhasspy/wyoming), enabling voice assistant capabilities in n8n workflows.
|
||||
|
||||
## Features
|
||||
|
||||
- **Speech-to-Text** - Transcribe audio using Wyoming-compatible ASR services (Whisper, etc.)
|
||||
- **Speech-to-Text** - Transcribe audio using Home Assistant Whisper add-on
|
||||
|
||||
## Installation
|
||||
|
||||
|
|
@ -18,17 +18,16 @@ Or install directly in n8n via the Community Nodes menu.
|
|||
|
||||
## Usage
|
||||
|
||||
1. Add Wyoming credentials with your server host and port
|
||||
1. Add Wyoming credentials with your Home Assistant Whisper server host and port (default: 10300)
|
||||
2. Use the Wyoming node in your workflow
|
||||
3. Connect audio input (binary data) to the node
|
||||
4. Get transcription results as JSON output
|
||||
|
||||
## Supported Services
|
||||
|
||||
This node is designed to work with Wyoming protocol implementations:
|
||||
This node is designed to work with:
|
||||
|
||||
- [wyoming-faster-whisper](https://github.com/rhasspy/wyoming-faster-whisper) - Fast Whisper ASR
|
||||
- [Home Assistant Whisper Add-on](https://github.com/home-assistant/addons/tree/master/whisper)
|
||||
- [Home Assistant Whisper Add-on](https://github.com/home-assistant/addons/tree/master/whisper) - Primary target
|
||||
|
||||
## Development
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue