Skip to content

Fork of cordova-plugin-makki-media, which in turn forks the Cordova Media Plugin

License

Notifications You must be signed in to change notification settings

fedhat/cordova-plugin-audio-mrp

 
 

Repository files navigation

cordova-plugin-audio-mrp

This plugin provides the ability to record and play back audio files on an iOS device. This is a fork of cordova-plugin-makki-media, which in turn forks the Cordova Media Plugin, and then heavily modified.

NOTE: The current implementation does not adhere to a W3C specification for media capture, and is provided for convenience only. A future implementation will adhere to the latest W3C specification and may deprecate the current APIs.

Although in the global scope, it is not available until after the deviceready event.

document.addEventListener("deviceready", onDeviceReady, false);
function onDeviceReady() {
    console.log(Media);
}

Installation

cordova plugin add cordova-plugin-audio-mrp

Supported Platforms

  • iOS

About

Fork of cordova-plugin-makki-media, which in turn forks the Cordova Media Plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 50.8%
  • Objective-C 49.2%