[O] Re-encode with opus

This commit is contained in:
2025-11-22 20:45:07 +08:00
parent 57d2b62be8
commit ebe322f950
4 changed files with 35 additions and 6 deletions
+3
View File
@@ -0,0 +1,3 @@
import { checkAudioSeparator } from '$lib/server/separator';
checkAudioSeparator().catch(e => console.error('Audio separator check failed:', e));