edimuj / cordova-plugin-audioinput

This iOS/Android Cordova/PhoneGap plugin enables audio capture from the device microphone, by in near real-time forwarding audio to the web layer of your application. A typical usage scenario for this plugin would be to use the captured audio as source for a web audio node chain, where it then can be analyzed, manipulated and/or played.

Home Page:https://github.com/edimuj/app-audioinput-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uncaught reference error: Console message is not defined

NickLusson opened this issue · comments

commented

Hi,.. Thanks for this..

When i use the code as you have provided.. when running the code it always displays "Not Ready".

In the debugger it says:
wav-demo.js:173 Uncaught ReferenceError: consoleMessage is not defined
at onDeviceReady (wav-demo.js:173)
at wav-demo.js:182

commented

when i remove the plugin and add it again it says:

Plugin doesn't support this project's cordova-android version. cordova-android: 7.1.1, failed version requirement:
<6.3.0
Skipping 'cordova-plugin-compat' for android

commented

The "cordova-android: 7.1.1" is not an error message. It only indicates that the cordova-plugin-compat plugin isn't needed and won't be installed along with this plugin.

As for your other issue, I don't really know why this happens, since it isn't something that I can reproduce. Do you have a project I can look at perhaps?

commented

Since there haven't been any activity on this issue for some months now, I'm closing it. Feel free to open it again if there is any change or new information.