akofman / cordova-plugin-dbmeter

:microphone::mega: Cordova plugin to get decibels from the microphone
Apache License 2.0
34 stars 29 forks source link

support for platform browser #9

Open aabeling opened 6 years ago

aabeling commented 6 years ago

Hi,

can you please provide support for the browser platform? It would be sufficient for me if some random decibel values would be reported. I tried to add support on my own in my fork of your project but did not get it to work in the test app: https://github.com/aabeling/cordova-plugin-dbmeter Don't know what I am missing. I followed the tutorial https://moduscreate.com/blog/supporting-the-browser-platform-in-a-cordova-plugin/.

Best regards Achim

LavaRiddle commented 6 years ago

@aabeling Did you get any further with this Achim? I'm hoping this plugin will provide access to some form of sound level monitoring when recording audio on iOS.

edthenet commented 6 years ago

for implementing it and testing it it would really be nice if browser support was added.

janpio commented 5 years ago

@aabeling What problems did you encounter? On a first look your browser implementation and plugin.xml changes don't look too wrong.