diff --git a/Makefile b/Makefile index c0c26c8..3c2b337 100644 --- a/Makefile +++ b/Makefile @@ -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 $@ diff --git a/audio/music/Preludium.opus.bin b/audio/music/Preludium.opus.bin index ed65cfc..5a567fb 100644 Binary files a/audio/music/Preludium.opus.bin and b/audio/music/Preludium.opus.bin differ diff --git a/audio/poem/Poem3.opus.bin b/audio/poem/Poem3.opus.bin index 13022b0..8e5bcbc 100644 Binary files a/audio/poem/Poem3.opus.bin and b/audio/poem/Poem3.opus.bin differ