2025-12-08 07:38:38 +00:00
|
|
|
# n8n-nodes-wyoming
|
2022-08-11 10:18:01 +01:00
|
|
|
|
2025-12-08 07:38:38 +00:00
|
|
|
n8n community nodes for [Wyoming protocol](https://github.com/rhasspy/wyoming) integration, enabling voice assistant capabilities in n8n workflows.
|
2019-10-03 08:53:03 +02:00
|
|
|
|
2025-12-08 07:38:38 +00:00
|
|
|
## Features
|
2022-08-11 10:20:22 +01:00
|
|
|
|
2025-12-08 07:38:38 +00:00
|
|
|
- **Speech-to-Text** - Transcribe audio using Wyoming-compatible ASR services (Whisper, etc.)
|
2022-06-13 16:50:13 +01:00
|
|
|
|
2025-12-08 07:38:38 +00:00
|
|
|
## Installation
|
2025-10-16 09:44:41 +02:00
|
|
|
|
2025-12-08 07:38:38 +00:00
|
|
|
Install via npm:
|
2025-10-16 09:44:41 +02:00
|
|
|
|
|
|
|
|
```bash
|
2025-12-08 07:38:38 +00:00
|
|
|
npm install n8n-nodes-wyoming
|
2025-10-16 09:44:41 +02:00
|
|
|
```
|
|
|
|
|
|
2025-12-08 07:38:38 +00:00
|
|
|
Or install directly in n8n via the Community Nodes menu.
|
2025-10-16 09:44:41 +02:00
|
|
|
|
2025-12-08 07:38:38 +00:00
|
|
|
## Usage
|
2025-10-16 09:44:41 +02:00
|
|
|
|
2025-12-08 07:38:38 +00:00
|
|
|
1. Add Wyoming credentials with your server host and port
|
|
|
|
|
2. Use the Wyoming node in your workflow
|
|
|
|
|
3. Connect audio input (binary data) to the node
|
|
|
|
|
4. Get transcription results as JSON output
|
2025-10-16 09:44:41 +02:00
|
|
|
|
2025-12-08 07:38:38 +00:00
|
|
|
## Supported Services
|
2025-05-30 10:34:51 +01:00
|
|
|
|
2025-12-08 07:38:38 +00:00
|
|
|
This node is designed to work with Wyoming protocol implementations:
|
2022-08-11 10:18:01 +01:00
|
|
|
|
2025-12-08 07:38:38 +00:00
|
|
|
- [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)
|
2025-10-16 09:44:41 +02:00
|
|
|
|
2025-12-08 07:38:38 +00:00
|
|
|
## Development
|
2025-10-16 09:44:41 +02:00
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
npm install
|
|
|
|
|
npm run dev
|
|
|
|
|
```
|
|
|
|
|
|
2019-10-03 08:53:03 +02:00
|
|
|
## License
|
|
|
|
|
|
2025-12-08 07:38:38 +00:00
|
|
|
[MIT](LICENSE.md)
|