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

OfflineAudioContext support #556

Open
chrisnovello opened this issue Oct 18, 2018 · 2 comments
Open

OfflineAudioContext support #556

chrisnovello opened this issue Oct 18, 2018 · 2 comments
Labels
enhancement New feature or request

Comments

@chrisnovello
Copy link

Went to try the megafun tone.js lib as a way to test WebAudio features and first thing I bumped into was

10-17 22:02:00.353 2044 10 I exokit : ReferenceError: OfflineAudioContext is not defined

Tough to wire up? Would try to offer help here myself but no C++ background and also just starting to reason in WebAudio api affordances

V hype for ongoing WebAudio support efforts, it open a lot! Thanks for all this !!!

@avaer
Copy link
Member

avaer commented Oct 18, 2018

OfflineAudioContext is just not exposed; as I understand it it's just an AudioContext (which is exposed), that doesn't render.

The bigger issue here is the callback management of AudioBuffers, which has outstanding bugs: #287

However none of this is Magic Leap related; this code is agnostic to the platform. Updating the title accordingly.

@avaer avaer changed the title OfflineAudioContext support on ML1 OfflineAudioContext support Oct 18, 2018
@avaer avaer added the enhancement New feature or request label Oct 18, 2018
@avaer
Copy link
Member

avaer commented May 23, 2019

When the AudioBuffer callbacks are correct, this issue could be as simple as exposing a non-hardware-backed AudioContext -- we already support multiple parallel graphs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants