Skip to content

Commit

Permalink
Document features
Browse files Browse the repository at this point in the history
  • Loading branch information
Falcosc committed Jun 15, 2024
1 parent c336916 commit 3879238
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ These are my ideas so far, some of them are already implemented:
- skip chat messages and only read the latest one to interact with game state relevant fresh live comments
- notification if my streaming system stops working and the stream goes offline (without viewers nobody will inform you if your recording breaks) checks status every 5 seconds
- audio ping every x minutes in periods of silence to notify that everything is still working
- notification about viewers, no need to talk to my self if I just record for my self.
- notification about available viewers, no need to talk to my self if I just record for my self.
- translate only one emoji per message
- translate only one emote per message

If you are interested in more, just share your ideas:
https://github.com/Falcosc/PSVR2-Twitch/discussions
Expand Down
1 change: 1 addition & 0 deletions scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ function testStatusVoice(e){
e.preventDefault();
const formData = new FormData(e.currentTarget);
speak('Stream Status', formData);
lastStatusSpeekTime = 0; //force repeat
checkStreamStatus(() => e.submitter.disabled = false);
return false;
}
Expand Down

0 comments on commit 3879238

Please sign in to comment.