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

The Bluetooth Microphone is not connecting with Web Speech Service.

Debanil1996 opened this issue · comments

Problem Statement

The problem here generating is that when I am trying to connect with Cordova app with bluetooth microphone in Angular 8 application with the webspeech assistant .The assistant is not responding with the bluetooth microphone. The issue here is that I tried with different plugins:-

  1. [Cordova plugin audioinput

  2. Cordova plugin bluetoothle

  3. Cordova plugin vybuds audioinput

  4. Cordova plugin audioroute

  5. Cordova-plugin-android-permissions

  6. Cordova-plugin-bluetooth-serial

  7. Cordova-plugin-headsetdetection

  8. Cordova-plugin-media-capture

  9. Cordova-plugin-media

The bluetooth headphone is getting connected but when I am speaking on the bluetooth headphone it is not responding at all with the webspeech in android .Is there any solution for this?
Reference

@taxilian @mreinstein