changelog.md
September 29, 2025 ยท View on GitHub
Change log
-
Decoding support for m4a/mp4/aac/ogg/opus ๐
Decode m4a/mp4/aac/ogg/opus audio files, allowing for playback of these formats in the audio graph. -
HLS streaming support ๐
Stream audio from HLS sources, allowing for playback of live audio streams or pre-recorded audio files.
-
Microphone support ๐๏ธ
Grab audio data from device microphone or connected device, connect it to the audio graph or stream through the internet. -
Custom Audio Processor โ๏ธ
Write your own processing AudioNode.
-
System configuration ๐ ๏ธ
Full control of system audio settings, remote controls, lock screen integration and most importantly configurable background modes. -
Connect audio param ๐ค
Connect Audio nodes to audio params, which will allow for powerful and efficient modulation of audio parameters, creating effects like tremolo, vibrato or complex envelope followers.
- Pitch correction, extending the web ๐ฅ
Modify playback speed without affecting pitch of the sound.
- Analyser Node ๐
Draw, animate or simply debug audio data in time or frequency domain.
- Audio Files ๐ธ
Local and remote audio file resources: MP3, WAV, FLAC.
- Graph Processing ๐๏ธ
Multi-channel audio processing, audio-graph route optimizations, improved react-native layer for managing audio nodes.
- Sound synthesis and system audio ๐ฃ
Devices audio engines and threads, basic nodes for sound synthesis, simple effects and audio graph implementation.