forked from z64tools/z64rom
-
Notifications
You must be signed in to change notification settings - Fork 1
Sample
Nokaubure edited this page Jan 14, 2025
·
1 revision
rom/sound/sample/SampleName/
- sample.vadpcm.bin
- sample.book.bin
- sample.loopbook.bin
- config.cfg
In most cases the folder will only have vadpcm.bin and book.bin*, as these are essential files for samples. If the sample can loop then there should also be loopbook.bin.
User is not required to interact with these. tools/z64audio
will take care of
writing these and the config.cfg.
# Amb_Crowd
codec = 0
medium = 0
bitA = 0
bitB = 0
# Loop
loop_start = 374
loop_end = 62320
loop_count = -1
tail_end = 0
# Instrument Info
basenote = 60
finetune = 0
src/sound/sample/SampleName/
- *.wav | *.aiff | *.mp3
- config.cfg
For building it's required that there is at least on of the listed audio formats located in this folder. Make
will prioritize building the newest audio file.
User isn't required to provide config on initial conversion as it will be generated if it does not exist. Config mostly provides some settings for the sample conversion.
normalize = true # Maximum volume
inherit_vanilla = false # If vanilla config exists, inherit pitch from it
half_precision = false # Rough compression
-
Sound
-
System
-
Other