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 API support #58

Open
joaodasilva opened this issue Jan 16, 2022 · 1 comment
Open

Sound API support #58

joaodasilva opened this issue Jan 16, 2022 · 1 comment
Labels
api help wanted Extra attention is needed

Comments

@joaodasilva
Copy link
Contributor

Window.js should have a sound API.

I'm not sure whether adopting the entire HTML5 Web Audio API is the way to go:

https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API

This has a lot of APIs to support sound synthesis, which is nice but the more common use case is to load .wav, .mp3, .ogg files and the like, and to play them out / mix them / etc.

The first part of solving this issue is to determine what is to be built, and to find an adequate support library.

@joaodasilva joaodasilva added api help wanted Extra attention is needed labels Jan 16, 2022
@olilarkin
Copy link
Contributor

https://github.com/LabSound might be of interest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants