audiojs / audio-speaker

Output audio stream to speaker, browser/node-wise
103 stars 14 forks source link

Add deferred renderging #3

Closed dy closed 8 years ago

dy commented 8 years ago

Imagine we have heavy sound rendering process, which takes a while to render. We would not like it to render sound abruptly, so we can define a minimal duration of a sound to set to be played. In fashion youtube videos do.

dy commented 8 years ago

By refactoring to pull-streams it is no more actual - we manually control the moment of sending data.