audio: opus re-encode

This commit is contained in:
Zack Buhman 2026-05-30 02:48:20 -05:00
parent 26e036b751
commit a518ff9c4a
3 changed files with 2 additions and 2 deletions

View File

@ -113,8 +113,8 @@ all: main
%.o: %.s
$(AS) $< -o $@
%.dds: %.png
WINEDEBUG=-all wine $(HOME)/Texconv.exe -y -nogpu -nowic -dx10 --format BC7_UNORM_SRGB -m 1 $< -o $(dir $@)
#%.dds: %.png
# WINEDEBUG=-all wine $(HOME)/Texconv.exe -y -nogpu -nowic -dx10 --format BC7_UNORM_SRGB -m 1 $< -o $(dir $@)
%.pcm: %.wav
ffmpeg -loglevel quiet -y -i $< -c:a pcm_s16le -ar 48000 -ac 2 -f s16le $@

Binary file not shown.

Binary file not shown.