forked from xiaozhi/xiaozhi-esp32
feat: Add locales with OGG sounds
This commit is contained in:
3
scripts/mp3_to_ogg.sh
Normal file
3
scripts/mp3_to_ogg.sh
Normal 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
|
||||
Reference in New Issue
Block a user