diff --git a/README.md b/README.md index f7cf43b..ac9222d 100644 --- a/README.md +++ b/README.md @@ -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.