n8n-nodes-aivisspeech
v0.3.1
Published
n8n node for AivisSpeech (VOICEVOX-compatible) TTS
Downloads
426
Maintainers
Readme
n8n-nodes-aivisspeech
English | 日本語
This is an n8n community node. It lets you use AivisSpeech (VOICEVOX-compatible) text-to-speech synthesis in your n8n workflows.
AivisSpeech is a high-quality Japanese text-to-speech engine with VOICEVOX-compatible API.
n8n is a fair-code licensed workflow automation platform.
Installation Operations Credentials Compatibility Resources
Installation
Follow the installation guide in the n8n community nodes documentation.
Community Nodes (Recommended)
- Go to Settings > Community Nodes
- Select Install
- Enter
n8n-nodes-aivisspeech - Select Install
Manual Installation
cd ~/.n8n/custom
npm init -y
npm install n8n-nodes-aivisspeechOperations
Speech Synthesis
| Operation | Description | |-----------|-------------| | Get Speakers | List available speakers and their voice styles | | Synthesize (Simple) | Convert text to speech (auto 2-step: AudioQuery + Synthesis) | | Get AudioQuery | Get AudioQuery (pronunciation/accent info) from text | | Synthesize from AudioQuery | Synthesize speech from AudioQuery JSON |
User Dictionary
| Operation | Description | |-----------|-------------| | Get User Dictionary | List all words in user dictionary | | Add Word | Add a word to user dictionary | | Update Word | Update an existing word in user dictionary | | Delete Word | Delete a word from user dictionary |
Credentials
To use this node, you need to configure the AivisSpeech API credentials:
| Field | Description | Default |
|-------|-------------|---------|
| Base URL | AivisSpeech engine URL | http://localhost:10101 |
Docker users: Use http://host.docker.internal:10101 if AivisSpeech runs on your host machine.
Compatibility
- n8n version: 1.0.0 or later
- AivisSpeech: Any version with VOICEVOX-compatible API
- VOICEVOX: Compatible with VOICEVOX Engine API
