From 3dae3a3bfc3fc1ace02f7499e2845a3311f0f9ad Mon Sep 17 00:00:00 2001 From: William Toohey Date: Thu, 23 Mar 2017 22:50:15 +1000 Subject: [PATCH] Fix README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index eab6374..1571a87 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,20 @@ -#2dxTools +# 2dxTools A set of tools for working with 2dx audio containers. -###2dxDump +### 2dxDump `2dxDump infile.2dx` Takes a 2dx and dumps all its wavs. Names them sequentially with no leading zeros. -###2dxBuild +### 2dxBuild `2dxBuild outfile.2dx` Builds a 2dx with default paramaters for loop point/volume etc. -###2dxMerge +### 2dxMerge `2dxMerge infile.2dx outfile.2dx` @@ -22,7 +22,7 @@ For each file in `infile.2dx`, if there is a `.wav` present in the directory, it will replace it in the new file. Useful for extracting a single audio file, editing it, then adding it back. -###2dxWavConvert +### 2dxWavConvert `2dxWavConvert infile outfile.wav [preview]` @@ -31,7 +31,7 @@ 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 to comply with preview wav requirements. -##Tools to come: +## Tools to come: 2dxTransfer - will work like 2dxMerge, but will take two input files, an output, and a list of tracks to transfer. Metadata (such as loop points) will also be