Why the need of AudioContext and Analyzer
nuthinking opened this issue · 2 comments
nuthinking commented
If a Clubber instance can be updated passing the frequencies data, why should we pass in the constructor the AudioContext and Analyzer (they get created automatically otherwise).
nuthinking commented
Seems to work not passing any context and analyzer, but these get created for apparently no reason.
wizgrav commented
Indeed there is no reason to create these if not used, I'm preparing a fix, thanks