audiostreamer

  1. yo3ggx

    B4J Library jAudioStreamer library

    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...
  2. yo3ggx

    Android Question Bluetooth audio mic

    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...
  3. yo3ggx

    Android Question Select Audio In/Out devices for AudioStreamer

    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...
  4. abbas abedi

    Android Question How to Get dB and Hz from Buffer (AudioStreamer)

    Hi I used AudioStreamer for get stream voice as Live and how can I Get Buffer byte info ? for example like dB volume or Hz or dB of any Hz
Top