[cmd] Add sbx2wav to the commands README
This commit is contained in:
parent
ac5f29a696
commit
968652a6a1
|
|
@ -16,6 +16,12 @@ Pack and unpack `.studybox` ROM files. Unpacking extracts all of the data from
|
||||||
the ROM into a subdirectory and writes a `.json` file with metadata. Packing
|
the ROM into a subdirectory and writes a `.json` file with metadata. Packing
|
||||||
does the reverse using the `.json` metadata file.
|
does the reverse using the `.json` metadata file.
|
||||||
|
|
||||||
|
# sbx2wav
|
||||||
|
|
||||||
|
Encode a `.studybox` ROM into a WAV audio file. Conversion is currently a bit
|
||||||
|
shaky and hasn't been confirmed to work on hardware. Timing between the data
|
||||||
|
and the recorded audio could also use a little more work.
|
||||||
|
|
||||||
# script-decode
|
# script-decode
|
||||||
|
|
||||||
Decode script segments from an unpacked `.studybox` ROM file. Labels and a
|
Decode script segments from an unpacked `.studybox` ROM file. Labels and a
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue