bvibber / audio-feeder

Small JS library to abstract Web Audio raw PCM output
Other
53 stars 7 forks source link

Remove or make optional the 2-channel limit #17

Open bvibber opened 8 years ago

bvibber commented 8 years ago

2-channel limit we've imposed arbitrarily breaks some multichannel files. Should either make this optional, remove it and just send all data out, or change to down mixing.

https://github.com/brion/ogv.js/issues/293 https://github.com/brion/ogv.js/issues/241 https://github.com/brion/ogv.js/issues/30