TannerRogalsky / love.js

LÖVE ported to the web using Emscripten
MIT License
494 stars 53 forks source link

OpenAL capturing is broken. #8

Open TannerRogalsky opened 8 years ago

TannerRogalsky commented 8 years ago
warning: unresolved symbol: alcCaptureSamples
warning: unresolved symbol: alGetFloat
warning: unresolved symbol: alcCaptureStart
warning: unresolved symbol: alcCaptureStop

Emscripten links in its own OpenAL port. I haven't checked if these functions are unsupported or just missing from the version Emscripten provides.

kripken commented 8 years ago

Those don't appear to be in Emscripten's OpenAL support.

If they are crucial you can file a bug on Emscripten and we'll look into feasibility (some APIs can't be done on the web due to WebAudio limitations).

bartbes commented 8 years ago

LÖVE doesn't actually do any audio capturing at the moment (see issue 1 on our issue tracker).