TannerRogalsky / love.js

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

Steaming audio doesn't work. #2

Closed TannerRogalsky closed 8 years ago

TannerRogalsky commented 8 years ago

Love uses threads to decode streaming audio. See #1 for why this doesn't work.

The recommended solution currently is to only use static audio sources.

TannerRogalsky commented 8 years ago

Fixed as of 542a47a.