Closed dzannotti closed 5 years ago
The current visualizer uses pixi.js which is 1.1MB alone - it's also super non react-y in the way it works.
https://github.com/mdn/voice-change-o-matic/blob/gh-pages/scripts/app.js#L123-L167 and https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API/Visualizations_with_Web_Audio_API
seem to have good ideas on how to implement the same, but with just pure context
closed in #24
The current visualizer uses pixi.js which is 1.1MB alone - it's also super non react-y in the way it works.
https://github.com/mdn/voice-change-o-matic/blob/gh-pages/scripts/app.js#L123-L167 and https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API/Visualizations_with_Web_Audio_API
seem to have good ideas on how to implement the same, but with just pure context