n8n-nodes-starter/README.md
2025-12-08 07:38:38 +00:00

987 B

n8n-nodes-wyoming

n8n community nodes for Wyoming protocol integration, enabling voice assistant capabilities in n8n workflows.

Features

  • Speech-to-Text - Transcribe audio using Wyoming-compatible ASR services (Whisper, etc.)

Installation

Install via npm:

npm install n8n-nodes-wyoming

Or install directly in n8n via the Community Nodes menu.

Usage

  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

Supported Services

This node is designed to work with Wyoming protocol implementations:

Development

npm install
npm run dev

License

MIT