Skip to content

Latest commit

Β 

History

History
50 lines (31 loc) Β· 2.86 KB

File metadata and controls

50 lines (31 loc) Β· 2.86 KB

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.