Socket
Socket
Sign inDemoInstall

@react-native-community/audio-toolkit

Package Overview
Dependencies
3
Maintainers
35
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @react-native-community/audio-toolkit

Cross-platform audio library for React Native


Version published
Weekly downloads
3.6K
increased by0.94%
Maintainers
35
Install size
1.99 MB
Created
Weekly downloads
 

Changelog

Source

[2.0.3] - 2020-03-23

Added

  • Add Player option mixWithOthers
  • iOS: Add ability to override audio session category

Changed

  • Android: Remove unneeded references to Android support library, improving Android X support

Fixed

  • iOS: Made linking to RCTBridgeModule.h more robust
  • iOS: Fixed podspec not using right Git tag string

Readme

Source

banner

npm version

This is a cross-platform (Android and iOS) audio library for React Native. Both audio playback and recording is supported. In addition to basic functionality, many useful features are implemented such as seeking, looping and streaming audio files over the network.

An example how to use this library is included in the ExampleApp directory. The demo showcases most of the functionality that is available, with documentation under docs. In the simplest case, playing media is as easy as:

new Player('filename.mp4').play();

and recording media to filename.mp4 similarly

new Recorder(‘filename.mp4’).record();

How to get this stuff running?

Documentation

License

All JavaScript, Android and iOS code licensed under MIT license, see LICENSE file. Some of the files are from React Native templates and are licensed accordingly.

Keywords

FAQs

Last updated on 23 Mar 2020

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc