Cellules / cordova-audiofrequency

This plugin captures the device's audio input stream and analyses it to return the maximum frequency.
MIT License
5 stars 6 forks source link

Missing dependency #1

Closed DexterMorg4n closed 9 years ago

DexterMorg4n commented 9 years ago

On Cordova 3.6.4 it will generate an error because of the array declaration Including JLargeArrays-1.2.jar from https://sites.google.com/site/piotrwendykier/software/jtransforms will fix that issue

moust commented 9 years ago

Thanks for your feedback. I had no error related to this when I made my tests on Android but I will check it on my future tests and add this dependency if necessary.

moust commented 9 years ago

Ok, I saw the error. It was a warning message in the console and the programme worked anyway, which is why I did not saw it.

I added the dependency in the plugin.xml file. Thanks for your help.