cordova-plugin-chrome-apps-audiocapture

This plugin provides permissions to capture audio directly from the user's Microphone via the getUserMedia API.


Keywords
chrome, audio, capture, ecosystem:cordova, cordova-android
License
BSD-3-Clause
Install
npm install cordova-plugin-chrome-apps-audiocapture@1.0.5

Documentation

chrome.audioCapture Plugin

This plugin provides permissions to capture audio directly from the user's Microphone via the getUserMedia API.

Status

Stable on Android.

Reference

All you need is the audioCapture permission defined in the Chrome App manifest.

Release Notes

1.0.5 (April 30, 2015)

  • Renamed plugin to pubilsh to NPM

1.0.4 (Jan 27, 2015)

  • Split Android permissions within plugin.xml into separate tags (fixes #494)

1.0.3 (October 21, 2014)

  • Documentation updates.

1.0.2 (Sep 24, 2014)

  • Fix #321: Add MODIFY_AUDIO_SETTINGS permission to audioCapture plugin