Tanner Rogalsky
Tanner Rogalsky
@NPException This hasn't been resolved yet. I will close this issue when it has.
Pitch is working 0.11.0-rc1 but [setting and getting offsets isn't implemented](https://github.com/kripken/emscripten/blob/incoming/src/library_openal.js#L1176) yet so audio isn't working quite right yet. Still, progress.
Not really but it shouldn't be too hard. There are PRs for both megasource and love on bitbucket. Pull those down, use [my branch of emscripten](https://github.com/TannerRogalsky/emscripten/tree/700c7f83d0e26bf4d5525517bc769e6466e0f86e) (it has various patches)...
Yeah, nothing special. Just what's in megasource.
Additional dependencies are a matter for the love core team. The intention here is to get this functionality in the main repo so I'm aiming for as few changes as...
I wouldn't count on it being more performant, actually. Any JS code that would be run from Lua would almost certainly have to be run through `eval` which would have...
Oh! That might be possible if done ahead of time. If Lua can be transformed into LLVM bytecode then it follows that it might be able to be run through...
I should remove the debug build from the npm package to make it necessary. I don't think it really adds anything. As for the windows issue... you sure? On *nix...
I've uploaded a new version: `0.11.0-rc3` It's no different except that it doesn't include the debug build so it should be significantly smaller. Perhaps that will help?
Huh, that's annoying.