mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-19 02:12:46 +08:00
* chore: streamline convert_audio_to_opus logic - Route Opus conversion directly through the underlying convert_audio_format. - Remove redundant FFmpeg processing chains to improve code reusability. * perf: optimize AMR voice encoding parameters - Enhance AMR audio quality via built-in FFmpeg filters.