Skip to content

Commit

Permalink
Fix(TTS): Linux Electron command line parameter enable-speech-dispatc…
Browse files Browse the repository at this point in the history
…her (also on Windows and Mac but with no effect)
  • Loading branch information
danielweck committed Jun 21, 2023
1 parent 4e62aec commit e79fa03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/streamer/streamerNoHttp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1095,6 +1095,7 @@ const transformerIFrames: TTransformFunction = (

export function initSessions() {
app.commandLine.appendSwitch("autoplay-policy", "no-user-gesture-required");
app.commandLine.appendSwitch("enable-speech-dispatcher");

Transformers.instance().add(new TransformerHTML(transformerIFrames));

Expand Down

0 comments on commit e79fa03

Please sign in to comment.