cool and customizable overlay.
- Integration with DonationAlerts, Streamlabs (Twitch Bits, paid subscriptions, raids), and ElevenLabs for text-to-speech.
- Enable/disable alerts for followers, bits, subscriptions, and raids.
- Assign special sounds and videos for specific users or top donators.
- Set keywords in messages to play specific videos (
/sus,/eat). - Set default sounds for donations and a unique sound for followers.
- Use different voices by calling them with keywords in the message (
/teto,/neru). - Filter to block hard R words(+regex) and replace links.
- Open
config.jsin a text editor. - Insert API keys for ElevenLabs, StreamLabs, and DonationAlerts into
apiKeys. - In
notifications, settrueorfalsefor Twitch alerts. - Add paths to your audio and video files in the
mediasection. - Configure unique alerts for users in
specialUsersandtopDonators. - Insert voice IDs from the ElevenLabs library into
tts. - If necessary, edit the lists of banned or filtered words.
- Add
da_alerts_main.htmlas a browser source and check the local file box.
videos/tables/example_project.aep file is an After Effects project that can help you create your own videos.
To render your video:
- Render your composition to a
.movfile with an Alpha channel. - Use FFmpeg to convert the
.movfile to.webmformat with the following command:ffmpeg.exe -i tripoly.mov -c:v libvpx-vp9 -pix_fmt yuva420p -b:v 0 -crf 5 -c:a libopus tripoly.webm
