๐Ÿš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more โ†’
Socket
DemoInstallSign in
Socket

react-native-audio-api

Package Overview
Dependencies
Maintainers
2
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-audio-api

react-native-audio-api provides system for controlling audio in React Native environment compatible with Web Audio API specification

0.6.0-rc.2
Source
npm
Version published
Weekly downloads
1.1K
44.31%
Maintainers
2
Weekly downloads
ย 
Created
Source
React Native Audio API

High-performance audio engine for React Native based on web audio api specification

NPM latest NPM next github ci

react-native-audio-api provides system for controlling audio in React Native environment compatible with Web Audio API specification, allowing developers to generate and modify audio in exact same way it is possible in browsers.

Installation

check out the Getting Started section of our documentation for detailed instructions!

Roadmap

  • Released in 0.1.0 Sound synthesis and system audio ๐Ÿฃ
    Access to devices audio engines and threads, basic nodes for sound synthesis, simple effects and audio graph implementation

  • Released in 0.2.0 Graph Processing ๐Ÿ›Ž๏ธ
    Support for multi-channel audio processing, audio-graph route optimizations, improved react-native layer for managing audio nodes

  • Released in 0.3.2 Audio Files ๐ŸŽธ
    Support for local and remote audio file resources: MP3, WAV, FLAC.

  • Released in 0.4.0 Analyser Node ๐ŸŒŠ
    Ability to draw, animate or simply debug audio data in time or frequency domain.

  • Released in 0.5.0 Pitch correction, extending the web ๐Ÿ’ฅ
    Ability to modify playback speed without affecting pitch of the sound

  • Coming in 0.6.0 System configuration ๐Ÿ› ๏ธ
    Full control of system audio settings, remote controls, lock screen integration and most importantly configurable background modes

  • Microphone support ๐ŸŽ™๏ธ
    Grab audio data from device microphone or connected device, connect it to the audio graph or stream through the internet

  • Connect audio param ๐Ÿคž
    Ability to 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.

  • JS Audio Worklets ๐ŸŽ
    Ability to run JS functions connected to the audio graph running on audio thread allowing for full customization of what happens to the audio signal.

Web Audio API Specification Coverage

Our current coverage of Web Audio API specification can be found here: Web Audio API coverage.

Examples

The source code for the example application is under the /apps/common-app directory. If you want to play with the API but don't feel like trying it on a real app, you can run the example project. Check Example README for installation instructions.

Your feedback

We are open to new ideas and general feedback. If you want to share your opinion about react-native-audio-api or have some thoughts about how it could be further developed, don't hesitate to create an issue or contact the maintainers directly.

License

react-native-audio-api library is licensed under The MIT License. Some of the source code uses implementation directly copied from Webkit and copyrights are held by respective organizations, check COPYING file for further details

Credits

This project has been built and is maintained thanks to the support from Software Mansion

swm

Community Discord

Join the Software Mansion Community Discord to chat about React Native Audio API or other Software Mansion libraries.

react-native-audio-api is created by Software Mansion

Since 2012 Software Mansion is a software agency with experience in building web and mobile apps. We are Core React Native Contributors and experts in dealing with all kinds of React Native issues. We can help you build your next dream product โ€“ Hire us.

Keywords

react-native

FAQs

Package last updated on 28 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts