mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-29 18:46:59 +00:00
fix(photon): map audio/x-caf to .caf extension
CAF bytes were written into a .mp3 file, producing a corrupt file unparseable by cloud STT APIs.
This commit is contained in:
parent
a2d8d3afc5
commit
b813e8e6ea
1 changed files with 1 additions and 1 deletions
|
|
@ -1610,7 +1610,7 @@ _AUDIO_EXT_BY_MIME = {
|
|||
"audio/mpeg": ".mp3",
|
||||
"audio/ogg": ".ogg",
|
||||
"audio/wav": ".wav",
|
||||
"audio/x-caf": ".mp3",
|
||||
"audio/x-caf": ".caf",
|
||||
"audio/mp4": ".m4a",
|
||||
"audio/aac": ".m4a",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue