Skip to content

Commit b9ec184

Browse files
chore(pull): merge #7
7: docs(preset): add the "spooky_manor" preset r=orhun a=tranzystorek-io <!--- Thank you for contributing to linuxwave! 🐧🎵--> ## Description <!--- Describe your changes in detail --> Adds the somewhat spooky and unpolished preset I've taken a liking to. I only hope this isn't just some quirky side-effect of #3. ## Motivation and Context <!--- Why is this change required? What problem does it solve? --> <!--- If it fixes an open issue, please link to the issue here. --> ## How Has This Been Tested? <!--- Please describe in detail how you tested your changes. --> <!--- Include details of your testing environment, and the tests you ran to --> <!--- see how your change affects other areas of the code, etc. --> ## Screenshots / Logs (if applicable) ## Types of Changes <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply. --> - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [x] Documentation (no code change) - [ ] Refactor (refactoring production code) - [ ] Other <!--- (provide information) --> ## Checklist: <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> - [ ] My code follows the code style of this project. - [ ] I have updated the documentation accordingly. - [ ] I have added tests to cover my changes. - [ ] All new and existing tests passed. Co-authored-by: Marcin Puc <[email protected]>
2 parents 8864afa + 69d2a05 commit b9ec184

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,12 @@ Generate a **boss stage music** with the volume of 65:
179179
linuxwave -s 0,7,1 -n 60 -v 65 -o boss.wav
180180
```
181181

182+
Generate a **spooky low-fidelity music** with a sample rate of 1000 Hz, 4-channel output:
183+
184+
```sh
185+
linuxwave -s 0,1,5,3 -n 100 -r 1000 -v 55 -c 4 -o spooky_manor.wav
186+
```
187+
182188
Feel free to [submit a pull request](CONTRIBUTING.md) to show off your preset here!
183189

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

0 commit comments

Comments
 (0)