Skip to content

Commit

Permalink
readme(troubleshooting): added fix to problem when the program is not…
Browse files Browse the repository at this point in the history
… compatible with audio backend of the host
  • Loading branch information
luisnquin committed Apr 6, 2024
1 parent b692dcb commit 96c9997
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,11 @@ $ cargo run -- --debug-file=./debug.yaml

This command serves as a **manual test suite**, so after any changes, ensure to run the program using the original debug file.

## Troubleshooting

- **I'm not receiving audio alerts**: Check that the [soloud-rs](https://github.com/MoAlyousef/soloud-rs?tab=readme-ov-file#backends) package is being compiled with the
audio backend that you're using. **By default** soloud-rs is compiled to only use [miniaudio](https://miniaud.io/).

## Contributing

Feel free to create a new issue or pull request if you see something to improve.
Expand Down

0 comments on commit 96c9997

Please sign in to comment.