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

Add missing support for most critical APIs (like WebAudio and RequestAnimationFrame) #15

Open
cyrbon opened this issue Jan 12, 2016 · 1 comment

Comments

@cyrbon
Copy link

cyrbon commented Jan 12, 2016

It seems that webkit supports webaudio api, but Haskell's bindings do not. I've seen several people using only GHCJS when using GHCJS-DOM only due to the lack of WebAudio or RequestAnimationFrame support. WebAudio is not only useful for audio but its API can be used for many types of signal processing and visualization which go beyond audio processing. So, support for WebAudio would open a whole new universe of possible applications, when compiling natively using ghcjs-dom and reflex-dom.

@hamishmack
Copy link
Contributor

Combination of latest ghcjs-dom (uses ghcjs-dom-jsaddle when compiled with ghc) and jsaddle-webkit2gtk might help with this. Please give it a go if you have time.

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

2 participants