Skip to content

Commit

Permalink
client: disable TTS by default [hotfix]
Browse files Browse the repository at this point in the history
Ideally we would have an "auto" mode (see #53) but this is needed to
avoid all of the labs being drowned out in TTS noises.

Signed-off-by: Aleksa Sarai <[email protected]>
  • Loading branch information
cyphar committed Jan 6, 2021
1 parent 13b5b93 commit 54f83d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/necsus.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ let app = new Vue({
vm.settings = {
open: false,
name: 'Anonymous',
speech: true,
// TODO: Make this a tertiary state where we have an "auto" and the
// default state is with TTS only happening if the user used STT.
speech: false,
};
}

Expand Down

0 comments on commit 54f83d9

Please sign in to comment.