
Product
Rust Support Now in Beta
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
n8n-nodes-volcano-tts
Advanced tools
This is an n8n community node that lets you use Volcano Engine TTS (Text-to-Speech) service in your n8n workflows.
Volcano Engine TTS is a powerful text-to-speech service that provides natural-sounding voices in Chinese and English, powered by ByteDance's AI technology.
n8n is a fair-code licensed workflow automation platform.
n8n-nodes-volcano-tts
in the input fieldTo install the node manually in a local n8n instance:
npm install n8n-nodes-volcano-tts
You need to have a Volcano Engine account and obtain the following credentials:
volcano_tts
)Convert text to natural-sounding speech with various voice options.
Parameters:
volcano_tts
(or your custom cluster){
"nodes": [
{
"parameters": {
"text": "={{ $json.message }}",
"voice": "BV700_V2_streaming",
"additionalOptions": {
"format": "mp3",
"speed": 1.0,
"volume": 50
}
},
"name": "Volcano TTS",
"type": "n8n-nodes-volcano-tts.volcanoTts",
"position": [450, 300]
}
]
}
The node supports two connection modes:
The node can output audio in two ways:
Binary Data: Audio file as binary data (default)
Base64 String: Audio encoded as base64 string
The node includes comprehensive error handling for:
To build the node for development:
# Install dependencies
npm install
# Build the node
npm run build
# For development with watch mode
npm run dev
# Run linter
npm run lint
# Format code
npm run format
To publish a new version to npm:
# Update version
npm version patch/minor/major
# Build and publish
npm publish
If you have any issues or questions, please:
FAQs
n8n community node for Volcano Engine TTS (豆包语音合成)
The npm package n8n-nodes-volcano-tts receives a total of 16 weekly downloads. As such, n8n-nodes-volcano-tts popularity was classified as not popular.
We found that n8n-nodes-volcano-tts demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.