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
fix(sound-files): add explicit -f mp3 for atomic-write compatibility (#999)
Commit 74c1a9f introduced atomic tempfile writes ($target.converting)
to preserve uploads on conversion failure. This broke MP3 output because
ffmpeg 8.0 cannot infer the muxer from the .converting extension — all
other formats already had explicit -f flags, MP3 was the only one without.
Every MP3 conversion since 14 Apr has been silently failing (exit 234),
affecting custom sound uploads, MOH files, and module sounds.
Also: strengthen test_10_convert_uploaded_audio_file to verify ALL 7
Asterisk formats (wav, mp3, ulaw, alaw, gsm, g722, sln) exist on disk
after conversion, not just the MP3 path returned by the API.
0 commit comments