No description
Find a file
Igor Karpovich a3932104a0
Merge pull request #2 from ikarpovich/chore/clean-template
Clean template and update package metadata
2025-12-08 07:38:59 +00:00
.github Add PR template and update gitignore 2025-12-08 07:36:19 +00:00
.vscode Add nodes generated by the Node CLI, update README (#96) 2025-10-16 09:44:41 +02:00
icons Add nodes generated by the Node CLI, update README (#96) 2025-10-16 09:44:41 +02:00
.gitignore Add PR template and update gitignore 2025-12-08 07:36:19 +00:00
.prettierrc.js 🔧 Create Prettier config 2022-06-27 11:44:09 +02:00
CHANGELOG.md Add nodes generated by the Node CLI, update README (#96) 2025-10-16 09:44:41 +02:00
CODE_OF_CONDUCT.md update readme and add CoC 2022-08-11 10:18:01 +01:00
eslint.config.mjs Add nodes generated by the Node CLI, update README (#96) 2025-10-16 09:44:41 +02:00
LICENSE.md readme template draft 2022-08-17 16:10:14 +01:00
package-lock.json Add nodes generated by the Node CLI, update README (#96) 2025-10-16 09:44:41 +02:00
package.json Remove example nodes and update package metadata 2025-12-08 07:38:38 +00:00
README.md Remove example nodes and update package metadata 2025-12-08 07:38:38 +00:00
README_TEMPLATE.md docs: update section links (#71) 2025-05-16 12:19:17 +01:00
tsconfig.json Add nodes generated by the Node CLI, update README (#96) 2025-10-16 09:44:41 +02:00

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