All Projects → react-native-audio-toolkit → React Native Audio Toolkit

react-native-audio-toolkit / React Native Audio Toolkit

Licence: mit
Cross-platform audio library for React Native

Projects that are alternatives of or similar to React Native Audio Toolkit

Parcel
Cross-platform PowerShell package manager and provisioner
Stars: ✭ 17 (-98.03%)
Mutual labels:  cross-platform
Diez
The Design Token Framework — Adopt a unified design language across platforms, codebases, and teams
Stars: ✭ 928 (+7.78%)
Mutual labels:  cross-platform
Real Live
A cross-platform network media aggregation application.
Stars: ✭ 942 (+9.41%)
Mutual labels:  cross-platform
Nativexplatform
Akeeba Portable Tools (cross-platform) - Desktop utilities for use with Akeeba Backup and Akeeba Solo
Stars: ✭ 17 (-98.03%)
Mutual labels:  cross-platform
Angular Asp.netcorewebapi Mysql Crud Project
Angular 5 + ASP.Net Core 2.0 WebAPI + MySQL CRUD Sample
Stars: ✭ 22 (-97.44%)
Mutual labels:  cross-platform
Xtd forms
Modern c++17 library to create native gui for Microsoft Windows, Apple macOS and Linux.
Stars: ✭ 25 (-97.1%)
Mutual labels:  cross-platform
Hackbrowser
A hackable, cross-platform Chromium-based browser written in JS
Stars: ✭ 16 (-98.14%)
Mutual labels:  cross-platform
System.io.abstractions
Just like System.Web.Abstractions, but for System.IO. Yay for testable IO access!
Stars: ✭ 844 (-1.97%)
Mutual labels:  cross-platform
Shellrb
A unix-like shell built in Ruby
Stars: ✭ 24 (-97.21%)
Mutual labels:  cross-platform
Gwen Nolegacy Opentk Renderer
A C# port of the GWEN GUI library, with an OpenTK renderer
Stars: ✭ 26 (-96.98%)
Mutual labels:  cross-platform
Slicergitsvnarchive
Multi-platform, free open source software for visualization and image computing.
Stars: ✭ 896 (+4.07%)
Mutual labels:  cross-platform
Pty
PTY interface for Go
Stars: ✭ 902 (+4.76%)
Mutual labels:  cross-platform
St handeye graph
General hand-eye calibration based on reprojection error minimization and pose graph optimization
Stars: ✭ 26 (-96.98%)
Mutual labels:  cross-platform
Brainpowerapp
A visual memory training game, a mobile game made with Xamarin for both Android and IOS .
Stars: ✭ 17 (-98.03%)
Mutual labels:  cross-platform
Acid
A high speed C++17 Vulkan game engine
Stars: ✭ 838 (-2.67%)
Mutual labels:  cross-platform
Leaf3d
A lightweight 3D rendering engine based on modern OpenGL
Stars: ✭ 16 (-98.14%)
Mutual labels:  cross-platform
Weblaf
WebLaF is a fully open-source Look & Feel and component library written in pure Java for cross-platform desktop Swing applications.
Stars: ✭ 930 (+8.01%)
Mutual labels:  cross-platform
Pgweb
Cross-platform client for PostgreSQL databases
Stars: ✭ 7,114 (+726.25%)
Mutual labels:  cross-platform
Boostnote Mobile
Boostnote for iOS and Android 🚀
Stars: ✭ 844 (-1.97%)
Mutual labels:  reactnative
Hozz
[Development indefinitely suspended] A better way to manage your hosts.
Stars: ✭ 937 (+8.83%)
Mutual labels:  cross-platform

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].