This commit is contained in:
Pascal Garber 2026-04-05 00:12:13 +00:00 committed by GitHub
commit 2aaf6f709f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,12 +52,12 @@ const useSpeechToTextExternal = (
function getBestSupportedMimeType() {
const types = [
'audio/webm',
'audio/webm;codecs=opus',
'audio/mp4',
'audio/ogg;codecs=opus',
'audio/ogg',
'audio/wav',
'audio/webm',
'audio/webm;codecs=opus',
'audio/mp4',
];
for (const type of types) {