Add Soundtrack tool

master
Ashley N. 2023-08-26 23:01:28 +00:00
parent d2e0a3eca8
commit 3198734361
1 changed files with 16 additions and 0 deletions

16
Soundtrack-tool.md Normal file

@ -0,0 +1,16 @@
# Soundtrack Tool
This tool converts a tracker module (e.g. Deflemask) into a format that can be played on-console, usually with a sound driver (e.g. Echo Sound Engine).
## Quick Start
This example converts a Deflemask DMF module to an Echo Sound Engine ESF stream, additionally exporting instruments and an asm file (for the `asmx` assembler) which makes it easy to integrate into your project.
```
reskit soundtrack -i module.dmf -o module.esf
```
Use `reskit soundtrack --help` to view more options.
## Supported Tracker Formats (0.0.x)
* Deflemask (DMF)
## Supported Consoles/Drivers (0.0.x)
* Echo Sound Engine (ESF) for Sega Megadrive