You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that in src/speaches/routers/speech.py, "aac" was not supported. Some iOS app that can use an OpenAI TTS backend typically requires aac format. Since ffmpeg is installed, would it be as simple as adding it to the SUPPORTED_RESPONSE_FORMATS and letting convert_audio_format perform the conversion?
I found that in
src/speaches/routers/speech.py
,"aac"
was not supported. Some iOS app that can use an OpenAI TTS backend typically requiresaac
format. Since ffmpeg is installed, would it be as simple as adding it to theSUPPORTED_RESPONSE_FORMATS
and lettingconvert_audio_format
perform the conversion?The text was updated successfully, but these errors were encountered: