SourisTTSPlayer
StableHigh-quality TTS + music Discord bot.
Problem
Most TTS bots on Discord sound robotic. I wanted a bot that uses real neural voices and a separate music volume control.
What I did
Wired ElevenLabs streaming into @discordjs/voice with FFmpeg as the encoder. Buffers audio in memory to avoid temp files. Music volume is independent from TTS volume.
Stack
- JavaScript
- Node.js
- Discord.js