Skip to content

Commit

Permalink
added default voice for when backend is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
johnebgood committed Sep 3, 2024
1 parent d44dc86 commit 651879a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion webfront/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -2964,7 +2964,12 @@ async function loadVoice(lvuserstate) {
console.log(err);
}
}
}
} else {
console.log("loadVoice(global) backend disabled: using Brian");
chatters[username].voice = "justin";
chatters[username].voice_option = "standard";
chatters[username].ttsBanned = false;
}
}

function getSpokenName(username) {
Expand Down

0 comments on commit 651879a

Please sign in to comment.