Skip to content

Commit

Permalink
captions to browser setting
Browse files Browse the repository at this point in the history
  • Loading branch information
dougsillars committed Apr 9, 2021
1 parent 17485ab commit b1573fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ async function startCapture() {
cameraY1= ctx.canvas.height;

}else if (screenLayout === 'bottomRight'){
//bottomr right camera
//bottom right camera
//big screen
screenX0 = 0;
screenY0 = 0;
Expand Down Expand Up @@ -406,7 +406,7 @@ async function startCapture() {

final_transcript = '';
//english, but change as desired.
recognition.lang = "en-GB";
//recognition.lang = "en-GB";
recognition.start();
}

Expand Down

0 comments on commit b1573fd

Please sign in to comment.