We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a583196 + 3d00c0f commit 407c2d9Copy full SHA for 407c2d9
1 file changed
src/components/api/scribearServer/scribearRecognizer.tsx
@@ -56,7 +56,7 @@ export class ScribearRecognizer implements Recognizer {
56
type: 'audio',
57
mimeType: 'audio/wav',
58
desiredSampRate: this.kSampleRate,
59
- timeSlice: 1_000,
+ timeSlice: 50,
60
ondataavailable: async (blob: Blob) => {
61
this.socket?.send(blob);
62
},
0 commit comments