Changelogs
Speaker.bot v0.1.5
Upcoming changes in the next release!
New Features
- Add new option to
Ignore Twitch Shared Chat Messages
Updates
- Add support for
ElevenLabs
legacy voices - Update some internal libraries
- Udpate how
Twitch Gift Bombs
/Gift Subs
are handled internally - Update how
Twemoji
handles parsing of emoji, to account for Unicode lengths - Move
Twitch Whispers
toEventSub
- Move
Twitch Sub
,ReSub
,Gift Sub
andCommunity Gifts
(Gift Bomb
) toEventSub
- Remove some unused events
- Update 3rd party libraries (Amazon Polly, Google Cloud Text to Speech, Microsoft Cognitive Services)
Fixes
VoiceGate
would not un-pause if there was no input level (such as when muting the microphone)- Fix handling of
Google
voices that do not supportSSML
- Fix potential crash related to
ElevenLabs.io
, errors should be logged now - Numerous fixes in
Twitch
libraries - Fix
7TV
duplicate message handling - Fix handling of emotes in
Twitch Messages
when Unicode emotes exist - Fix loading of
Twitch VIP
users on connection for non-affiliate users - Fix cleanup when shutting down
Twitch Service
Details
Twitch
Updating to EventSub, and just cleaning up in general, new scopes are required on your account.
user:read:chat
user:read:whispers
moderator:read:warnings
Moving these events over means there is only one event left being handled by the main Chat
client, which is messages, and there are two events being handled by PubSub
, the Community Goal events.