Skip to content

Commit 080b6b2

Browse files
committed
fix: make speaker diarization ("Detect Multiple Speakers") un-checked by default
1 parent 07f1161 commit 080b6b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/demo.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export class Demo extends Component {
2626
rawMessages: [],
2727
formattedMessages: [],
2828
audioSource: null,
29-
speakerLabels: true,
29+
speakerLabels: false,
3030
keywords: this.getKeywords('en-US_BroadbandModel'),
3131
// transcript model and keywords are the state that they were when the button was clicked.
3232
// Changing them during a transcription would cause a mismatch between the setting sent to the

0 commit comments

Comments
 (0)