Hello,
This is my tentative to build an AudioStreamer library for B4J, fully user configurable.
I'm not a Java developer, so please excuse me if something is not implemented using best practices.
Was build for my own use, but may be helpful for others too.
You can find attached a sample code...
Hello,
I want top use a Bluetooth headset with AudioStreamer.
I'm doing the initialization using
HeadsetStreamer.Initialize2(VOICE_COMMUNICATION,"HeadsetStreamer",8000,True,16,STREAM_MUSIC)
Unfortunately audio is playing on the headset, but phone mic is still used for audio input.
Tried...
Hello,
Starting with Android 6.0, you can get the available audio input and output devices using AudioDeviceInfo.
I'm using the following inline JAVA code to get the list of audio devices. For each in/out audiodevice device I get the name, id and type.
#If JAVA
import...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.