From 69d2a05c46a0541f5a91fb349ead605c45a52eb2 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Tue, 18 Apr 2023 00:14:00 +0200 Subject: [PATCH] docs(preset): add the "spooky_manor" preset --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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.