Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sound issues on Linux #440

Open
vdrn opened this issue Jul 16, 2022 · 0 comments
Open

Sound issues on Linux #440

vdrn opened this issue Jul 16, 2022 · 0 comments

Comments

@vdrn
Copy link
Contributor

vdrn commented Jul 16, 2022

I've had multiple issues with sounds:

  1. load_sound function returns before the sound is actually loaded. When trying to play it right away, it will be queued until it is really loaded and played then.
  2. loading sounds is very slow (30 files 10-20kB each take well over 10 seconds, with seemingly exponential growth). load_sound functions return almost right away, but all sounds you try to play during these 10 or more seconds are queued and then played at almost the same time.
  3. Disabling macroquad audio module (via default-features = false in cargo.toml) does not actually disable underlaying quad-snd import of native sound library. Because of this, you cannot disable macroquad audio and use another crate (as suggested in subcrates enable default features for the main crate #389 this might be connected to profiler crate)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant