Open aschwersenz opened 4 years ago
+1
Same here, I had to go back to 1.0.1
I had a similar issue related to this, the problem in my case was that I was also using getUserMedia to get microphone data and presumably there was a race condition for the same hardware resource
Hi,
I am trying to do a frequency analysis of the current microphone input using your plugin and ionic. My code looks like this
But the array always just contains 0. I read somewhere that there is a bug with 1.0.2, so I reverted to 1.0.1 but to no avail. Any ideas what I am doing wrong?
Thanks!