Skip to content

Commit

Permalink
docs(preset): add the "spooky_manor" preset
Browse files Browse the repository at this point in the history
  • Loading branch information
tranzystorekk committed Apr 17, 2023
1 parent 8864afa commit 69d2a05
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,12 @@ Generate a **boss stage music** with the volume of 65:
linuxwave -s 0,7,1 -n 60 -v 65 -o boss.wav
```

Generate a **spooky low-fidelity music** with a sample rate of 1000 Hz, 4-channel output:

```sh
linuxwave -s 0,1,5,3 -n 100 -r 1000 -v 55 -c 4 -o spooky_manor.wav
```

Feel free to [submit a pull request](CONTRIBUTING.md) to show off your preset here!

Also, see [this discussion](https://github.com/orhun/linuxwave/discussions/1) for browsing the music generated by our community.
Expand Down

0 comments on commit 69d2a05

Please sign in to comment.