mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-08-27 04:07:05 +00:00
Merge 82f712bcc6 into 9e74cc0e57
This commit is contained in:
commit
4bbbe13259
1 changed files with 3 additions and 3 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue