B4A Library AudioRecord Library - stevel05    Mar 9, 2017   (3 reactions) This is an Audio Recording Library based on the Android AudioRecord object which allows capturing... wav file.
Please read the documentation of the AudioRecord object. It's a little more... B4i Question AudioRecorder - how to managing audio-level metering - Alexander Stolte    Mar 1, 2025 I would like to record my voice and visualize the audio live. I use the AudioRecorder on the iMedia... extract the data from it.
Unfortunately the AudioRecorder library does not support this, how can I extend the AudioRecorder with objc code?
It is about the following properties:
ismeteringenabled
https... B4A Library Audio library v1.5 - New AudioStreamer object - Erel    Nov 10, 2023   (11 reactions) This version includes a new AudioStreamer type. Note that this is a beta version (for this type only). The purpose of AudioStreamer is to make it simple to stream audio from the microphone and to the speakers. Internally it is based on AudioTrack and AudioRecord. Next week I plan to create an example of streaming audio between two devices (walkie-talkie app). Recording is done by calling StartRecording. The RecordBuffer event will be raised multiple times during the recording: Sub... B4A Question Access AudioRecord Methods - Nataly    Oct 14, 2021 .AudioRecord")
Dim frames As Int = joAudioRecord.RunMethodJO("getBufferSizeInFrames"... receiver of type android.media.AudioRecord, but got java.lang.Class<android.media.AudioRecord>...("android.media.AudioRecord")
Dim SampleRate As Int = 8000
Dim channelConfig As Int... B4A Question Capture the output audio with AudioRecord - KZero    Sep 13, 2024 Hello, I'm trying to capture the output Audio using AudioRecord https://developer.android.com/media/platform/av-capture Capture audio playback The AudioPlaybackCapture API was introduced in Android 10. This API gives apps the ability to copy the audio being played by other apps. This feature is the analog of screen capture, but for audio. The primary use case is for streaming apps that want to capture the audio being played by games. Note that the AudioPlaybackCapture API does not... B4A Question How to getAudioSessionId from AudioRecord - KZero (first post)    Aug 18, 2024 solved
Dim r As Reflector
r.Target = AR
Dim AudioRecord As JavaObject = r.GetField("ar")
AudioID = echo.RunMethod("create", Array(AudioRecord... B4A Question Can audiorecorder still be used under B4A V12.80 ? - teddybear (first post)    Sep 1, 2024 is compiled without any error in V5.80
Erel answered me that audiorecorder library may be used in V12.80.
So, maybe i don't know something.
If you have an idea ?
Thank you
Which AudioRecorder library... B4A Question audiorecorder vs audiostreamer - Erel (first post)    Aug 30, 2024 you encountered with AudioRecorder but it might be incompatible with newer versions of Android. If... B4A Question How to replace the old audiorecorder library ? - DOM85 (first post)    Jul 7, 2024
Maybe you can check this
https://www.b4x.com/android/forum/threads/audio-library-v1-5-new-audiostreamer-object.30550/
I think it's based on the internal Audio library.
Thank you ! Your help is perfect for my problem !... B4J Question AudioRecord - Philip Prins (first post)    Feb 21, 2024 Thanks Steve,
I will try that one... Page: 1   2   3   |