Skip to content

Uses spd-say and tmi.js to speak a chat message with !tts hello, this is my message

Notifications You must be signed in to change notification settings

teklynk/twitch_tts_linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twitch_tts_linux

Uses node, espeak and tmi.js to speak a chat message with: !tts hello, this is my message

Requires node.js

Tested on Linux Mint with spd-say and espeak.

Setup Instructions:

Open index.js and set

// Settings
const processName = 'espeak';
const speechCommand = 'espeak -p 30 -s 100 -v en-french+15';
const modsOnly = false;
const channelName = 'yourtwitchchannel';
const ttsCommand = '!tts';

npm install

Start the script with npm run start OR node index.js

About

Uses spd-say and tmi.js to speak a chat message with !tts hello, this is my message

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published