LZ4 for vag not supported yet
This commit is contained in:
@@ -40,7 +40,7 @@ $(OUTPUT_DIR)/fox.xa: audio/temp/fox.wav
|
||||
|
||||
$(OUTPUT_DIR)/%.vag: audio/temp/%.wav
|
||||
@mkdir -p $(OUTPUT_DIR)
|
||||
jaby_engine_fconv $< -o $@ vag
|
||||
jaby_engine_fconv --lz4 $< -o $@ vag
|
||||
|
||||
$(OUTPUT_DIR)/%.xa: audio/%.wav
|
||||
@mkdir -p $(OUTPUT_DIR)
|
||||
|
@@ -49,8 +49,8 @@
|
||||
</Directory>
|
||||
<Directory name = "SFX" hidden = "true">
|
||||
<!--TODO: test lz4 version-->
|
||||
<File name = "APPLE.VAG" lz4 = "none">../assets/bin/apple.vag</File>
|
||||
<File name = "BLUBB.VAG" lz4 = "none">../assets/bin/blubb.vag</File>
|
||||
<File name = "APPLE.VAG" lz4 = "already">../assets/bin/apple.vag</File><!--14032-->
|
||||
<File name = "BLUBB.VAG" lz4 = "already">../assets/bin/blubb.vag</File>
|
||||
</Directory>
|
||||
</Filesystem>
|
||||
<AudioTrack align = "true">../assets/audio/temp/breaking.wav</AudioTrack>
|
||||
|
Reference in New Issue
Block a user