From 96c99970e2d1db882e90cb011bdaea18b8e42249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Qui=C3=B1ones?= Date: Sat, 6 Apr 2024 12:19:42 -0500 Subject: [PATCH] readme(troubleshooting): added fix to problem when the program is not compatible with audio backend of the host --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index bf298db..f6a4a6c 100644 --- a/README.md +++ b/README.md @@ -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.