khanat-opennel-code/code/nel/tools/sound/build_samplebank/build_samplebank_readme.txt
StudioEtrange 9bc219ee14 CMAKE TARGET : SHARED and MODULE
About Shared Library (shared) and Module Library (module) type of cmake target
INSTALL command has different behaviour for ARCHIVE LIBRARY RUNTIME depending on the platform
2014-02-16 19:43:44 +01:00

20 lines
637 B
Text

////////////////////////////////////////////////////////////////////////
build_samplebank <source_samplebank> <build_samplebank> <samplebank_name>
source_samplebank = L:\assets\sound\samplebanks\base_samples\
build_samplebank = L:\build\sound_samplebanks\
samplebank_name = base_samples
Where L:\ is your game content database.
- source_samplebank
Inside this directory your 16-bit PCM .wav files must be placed.
- build_samplebank
The build tool places the .sample_bank file here.
- samplebank_name
Name used for the .sample_bank file, without extension.
////////////////////////////////////////////////////////////////////////