Skip to content

Commit

Permalink
chore(pull): merge #7
Browse files Browse the repository at this point in the history
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 <tranzystorek.io@protonmail.com>
  • Loading branch information
bors[bot] and tranzystorekk committed Apr 17, 2023
2 parents 8864afa + 69d2a05 commit b9ec184
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 b9ec184

Please sign in to comment.