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

Overlapping sounds using sound API #56

Open
ssolodskih opened this issue Oct 13, 2024 · 1 comment
Open

Overlapping sounds using sound API #56

ssolodskih opened this issue Oct 13, 2024 · 1 comment

Comments

@ssolodskih
Copy link

ssolodskih commented Oct 13, 2024

Maybe I'm getting something wrong, but using worklets seems to be a bit of an overkill for the task at hand (playing several sounds in a mix). Here's a minimal reproducible example of how you can play several sounds simultaneously without mongering with threading - you simply have to decode a file to a buffer, and than work with it using corresponding API (e.g. something.start() instead of something.play())

@ssolodskih
Copy link
Author

@rexim ^^

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