first commit
Some checks failed
Build Boards / Determine variants to build (push) Has been cancelled
Build Boards / Build ${{ matrix.full_name }} (push) Has been cancelled

This commit is contained in:
0Xiao0
2026-06-15 16:47:28 +08:00
commit 7b5da81892
880 changed files with 37359 additions and 0 deletions

3
scripts/mp3_to_ogg.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/sh
# mp3_to_ogg.sh <input_mp3_file> <output_ogg_file>
ffmpeg -i $1 -c:a libopus -b:a 16k -ac 1 -ar 16000 -frame_duration 60 $2