mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 04:55:13 +00:00
update readme
This commit is contained in:
parent
d0ce05c8d4
commit
630d968975
1 changed files with 18 additions and 0 deletions
18
README.md
18
README.md
|
@ -50,3 +50,21 @@ make
|
|||
```
|
||||
|
||||
this will play a file (must be in .dmf format).
|
||||
|
||||
```
|
||||
./furnace -view commands <file>
|
||||
```
|
||||
|
||||
this will play a .dmf file and enable the commands view.
|
||||
|
||||
```
|
||||
./furnace -loops 0 <file>
|
||||
```
|
||||
|
||||
this will play a .dmf file and not loop it.
|
||||
|
||||
```
|
||||
./furnace -output audio.wav <file>
|
||||
```
|
||||
|
||||
this will render a .dmf file to .wav.
|
||||
|
|
Loading…
Reference in a new issue