
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
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 8 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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.