- Implemented context.decodeAudioData - New media decoder using symphonia crate (with MP3 support) - WaveShaper fixes - Spec compliance: float for sample rate, thread safe nodes, naming of nodes
0.13.0
- Support cyclic audio graphs with DelayNode acting as cycle breaker - Greatly improved AudioBufferSourceNode (sub quantum scheduling, more controls, performance) - Added cone gain functionality for PannerNode - Improved performance of audio graph rendering
0.12.0
- Support all AudioParam automation methods - Change AudioProcessor API to match spec better
0.11.0
- Support AudioParam.exponentialRampToValueAtTime - Fix runaway memory and CPU usage due to unreleased nodes from graph
0.10.0
- Added IirFilterNode - Added AudioContextOptions - Support more audio mixing modes