Android Question How do I use a Bluetooth microphone?

Hello. Have a good time. I want to make a program that shows the volume of the sound received from the Bluetooth microphone. But whatever I do, it does not connect through the Bluetooth port and the microphone

Of course, there is a software called bt mono. When I install it on my phone, it automatically uses the tablet microphone for my software. How does this software work?
Or what should I do if the audio source of my microphone input is Bluetooth. Thank you for your help.
 
Hello. Thank you very much for your help. I experimented with any of the devices. It did not record with the codes I wrote. But software such as (btmono) when it is installed, the sound is recorded on the device via Bluetooth. How does this software change the input? And it works. Thank you for helping me.
https://github.com/soynerdito/BlueSound .
This link is probably the code of the mentioned software
 
Upvote 0
This is handled by the OS.

You can capture audio input with AudioStreamer.
Hello. Thank you very much for your help. I experimented with any of the devices. It did not record with the codes I wrote. But software such as (btmono) when it is installed, the sound is recorded on the device via Bluetooth. How does this software change the input? And it works. Thank you for helping me.
https://github.com/soynerdito/BlueSound .



github.com



GitHub - soynerdito/BlueSound: Android application to redirect audio to Bluetooth headset. Some Bluetooth enabled cars enable only voice to go over Bluetooth, but you may want to stream audio music. This app does just that. There are a lot of Android


Android application to redirect audio to Bluetooth headset. Some Bluetooth enabled cars enable only voice to go over Bluetooth, but you may want to stream audio music. This app does just that. Ther...

github.com



This link is probably the code of the mentioned software
 
Upvote 0
Top