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

avoid_openal_garbage #4275

Merged
merged 1 commit into from
Apr 26, 2016
Merged

Conversation

juj
Copy link
Collaborator

@juj juj commented Apr 26, 2016

Remove the creation of new/temporary arrays when handling 3D positional audio pos/rot/vel data to remove potential stuttering from trashing GC allocations. E.g. the function alSource3f() can be called with high frequency in 3D positional audio applications, which would contribute towards GC pressure.

…al audio pos/rot/vel data to remove stuttering from trashing GC allocations. E.g. the function alSource3f() can be called with high frequency in 3D positional audio applications, which would contribute towards GC pressure.
@juj juj added the OpenAL label Apr 26, 2016
@kripken
Copy link
Member

kripken commented Apr 26, 2016

lgtm, nice.

@juj juj merged commit c8ea3a1 into emscripten-core:incoming Apr 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants