Epic: Phase 2 Architecture
As noted in the Synth Engine Trade-off Matrix, Tone.js is for the MVP. The next evolutionary step for custom DSP and AudioWorklet performance is migrating the AudioEngine class to use Elementary Audio.
Acceptance Criteria:
- Replace
Tone.js with Elementary Audio primitives.
- Maintain current polyphonic synth capabilities.
- Ensure
AudioEngine decoupling remains intact.
Epic: Phase 2 Architecture
As noted in the Synth Engine Trade-off Matrix, Tone.js is for the MVP. The next evolutionary step for custom DSP and AudioWorklet performance is migrating the
AudioEngineclass to use Elementary Audio.Acceptance Criteria:
Tone.jswithElementary Audioprimitives.AudioEnginedecoupling remains intact.