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...
Hello. I have a problem.
I already created a topic that audio messages on iOS are not played, I solved this problem using the WAV audio files.
https://www.b4x.com/android/forum/threads/mediaplayer-doesnt-play-mp3-files.135637/#post-858538
now the audio that was generated on ios or android works...
Hello, I'm trying to access the getBufferSizeInFrames using java object. Here 's the code:
Dim joAudioRecord As JavaObject
joAudioRecord = joAudioRecord.InitializeStatic("android.media.AudioRecord")
Dim frames As Int = joAudioRecord.RunMethodJO("getBufferSizeInFrames", Null)
Log(frames)
But I...
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.