
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
n8n-nodes-doubao
Advanced tools
A community-developed n8n node package that integrates Doubao (ByteDance) Text-to-Speech services into your workflows.
This package provides n8n integration for Doubao TTS (Text-to-Speech) services, allowing you to convert text to high-quality audio directly within your n8n workflows.
# Install in your n8n project directory
npm install n8n-nodes-doubao
# Or install globally (if you have n8n installed globally)
npm install -g n8n-nodes-doubao
your_access_token_here
your_app_id_here
volcano_tts
(default)Input Text: "Welcome to Doubao Text-to-Speech service!"
Voice Type: BV700_streaming (Standard Female)
Output: MP3 audio file
Input Text: "Congratulations on your achievement!"
Voice Type: BV700_streaming
Emotion: happy
Speed Ratio: 1.2 (slightly faster)
Volume Ratio: 1.5 (slightly louder)
Custom Filename: celebration_message
Voice Code | Description | Characteristics |
---|---|---|
BV700_streaming | Standard Female | Clear and natural, suitable for general use |
BV701_streaming | Standard Male | Stable and powerful, suitable for formal occasions |
BV001_streaming | Sweet Female | Gentle and lovely, suitable for friendly scenarios |
Format | Quality | Use Case |
---|---|---|
mp3 | Good compression | Web applications, general use |
wav | High quality | Professional audio editing |
pcm | Raw audio | Audio processing, development |
Emotion | Description |
---|---|
normal | Standard neutral tone |
happy | Cheerful and upbeat |
sad | Melancholic tone |
Scenario | Recommended Settings |
---|---|
News Broadcasting | Male voice + Normal speed + Normal emotion |
Audiobook Narration | Female voice + Slower speed + Gentle emotion |
Alert Notifications | Loud volume + Faster speed + Normal emotion |
Children's Content | Sweet female voice + Slower speed + Happy emotion |
Issue | Solution |
---|---|
🔑 Authentication failed | Check Access Token and App ID |
🌐 Network timeout | Verify internet connection |
📝 Text too long | Split text into smaller chunks |
🎵 Audio quality issues | Try different voice types or formats |
https://openspeech.bytedance.com/api/v1/tts
The Doubao TTS node works seamlessly with:
We welcome contributions from the community! Please feel free to:
MIT License - see LICENSE file for details
This is a community-developed package and is not officially affiliated with n8n or ByteDance/Volcengine. Use at your own discretion and ensure compliance with the respective service terms.
⭐ If this project helps you, please give it a star!
Built with ❤️ for the n8n community
FAQs
n8n community nodes for Doubao services
The npm package n8n-nodes-doubao receives a total of 5 weekly downloads. As such, n8n-nodes-doubao popularity was classified as not popular.
We found that n8n-nodes-doubao 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.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.