clarkio / vscode-twitch-highlighter

This is a VS Code extension that will allow your Twitch chat to highlight a line of code via a command message. Example: `!line 8 server.js`. See master branch README.md for more details
https://clarkio.com
203 stars 14 forks source link

Sound Alert #98

Closed RamblingGeekUK closed 5 years ago

RamblingGeekUK commented 5 years ago

Add the ability when a Line is highlighted to have a sound play to get the streamers attention.

parithon commented 5 years ago

bitmoji

parithon commented 5 years ago

It appears the hard part about this request is the means to play the audio. Windows, as an example, doesn't come with a CLI based audio player therefore all of the NodeJS modules available to play sound will not work without the end user downloading a supported CLI based audio player first.

clarkio commented 5 years ago

Yea this is exactly the issue I've run into with my stream's chat bot - a consistent CLI based audio player that is cross platform. Maybe it's something we could work on in a separate project :)

I love the idea but is it cool if we close this @RamblingGeekUK?

RamblingGeekUK commented 5 years ago

Ok. No Problem.