Skip to content

dekwilde/micVolume

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

micVolume

Phonegap plugin for reading ambient noise level through microphone.

Thanks for shukriadams to beginning this project

Supported platforms

Android

iOS

Using

Add to your build flow : cordova plugin add https://github.com/dekwilde/micVolume.git

audioPoll.start(succesCallback, errorCallback);

audioPoll.read(function(reading){
    console.log(reading.volume);
}, errorCallback);

audioPoll.stop(succesCallback, errorCallback);

In all cases, errorCallback passes back either an error message string or object with an error message string in it.

About

Phonegap plugin for reading ambient noise level through microphone. (IOS / Android)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Objective-C 48.7%
  • Java 38.0%
  • JavaScript 13.3%