Skip to content

Instantly share code, notes, and snippets.

@nathanathan
Created February 24, 2013 01:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nathanathan/5022237 to your computer and use it in GitHub Desktop.
Save nathanathan/5022237 to your computer and use it in GitHub Desktop.

Cordova Enhanced Media API for Android spec

Extends the Cordova Media API

Has ability to choose output encoding/format: If you ever want to upload recorded audio to the cloud, there is no browser support for 3gp AMR-NB. AAC might be better? What are the trade-offs?

Has pauseRecording method implemented by concatenating multiple audio files on stopRecording. Unfortunately, the Android MediaRecorder class does not support just pausing the recording

Has getMaxAmplitude This would enable visualizations so you know your app is recording.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment