1
0
mirror of https://github.com/mon/2dxTools.git synced 2025-02-25 22:08:39 +01:00

Example in readme

This commit is contained in:
Will 2017-06-21 12:11:50 +10:00 committed by GitHub
parent 0c5d2f1e77
commit b235dc6808

View File

@ -33,6 +33,13 @@ the specific format required for 2dx files (MS-ADPCM wav with a block size of 25
If the third argument is "preview", the file is clipped to exactly 10 seconds If the third argument is "preview", the file is clipped to exactly 10 seconds
to comply with preview wav requirements. to comply with preview wav requirements.
## Example: Custom song preview + game audio
`2dxWavConvert mySong.ogg 0.wav`
`2dxBuild 1234.2dx`
`2dxWavConvert mySong_preview.ogg 0.wav preview`
`2dxBuild 1234_pre.2dx`
## Tools to come: ## Tools to come:
2dxTransfer - will work like 2dxMerge, but will take two input files, an output, 2dxTransfer - will work like 2dxMerge, but will take two input files, an output,
@ -43,4 +50,4 @@ Enhancements to 2dxDump and 2dxBuild to generate and load xml files so track
parameters can be modified. parameters can be modified.
If you have a burning need for one of these unfinished tools, please get in If you have a burning need for one of these unfinished tools, please get in
contact. I appreciate motivation. contact. I appreciate motivation.