Skip to main content
1 vote
0 answers
75 views

We've got an android application which records sound in a foreground service. Everything works as expected (AudioRecord initialization, audio recording, processing...) until restart of the device. ...
maag's user avatar
  • 61
0 votes
0 answers
81 views

I made a recorder that has also a playback function (for birding, basically). It captures audio with AudioRecord. While recording, it saves a PCM file (the capture process and save of the PCM are ...
Luis A. Florit's user avatar
0 votes
0 answers
193 views

I am using Audio Recorder for Record Audio up to Android OS 13 it was working fine but with Android OS 14, it is not working properly. Basically inside the application User records audio for 15 ...
iOS Developer's user avatar
2 votes
0 answers
185 views

Hello ladies and gentleman, could I please ask for little assistance here? I'm not really good with Android development and trying to create Capacitor plugin that streams audio recorded from mic over ...
Prawnster's user avatar
0 votes
0 answers
116 views

I am trying to use Picovoice on the Tinkerboard 2S and I am getting these logs when trying to initialise a process 2023-10-20 20:58:02.838 282-520 AudioFlinger audioserver ...
user avatar
0 votes
1 answer
169 views

I'm recording voice using AudioRecord, send it to server, receive it on both Android and Web. On Android, I'm playing the audio using AudioTrack, and there's a "tttttt" noise. On web, such ...
Amir's user avatar
  • 155
1 vote
2 answers
93 views

I'm using AudioRecord class to record internal audio. Sometimes this code works and records the audio perfectly but sometimes it is glitchy. I tried different record techniques but none of them worked ...
AllahinAskeri's user avatar
1 vote
1 answer
527 views

Beeware makes accessible the android.media classes MediaPlayer,Media.Recorder and AudioRecord from Python script and I already managed to play and record audio on galaxy23 with Beeware. However ...
Ariel's user avatar
  • 69
1 vote
1 answer
239 views

I have built voice recording feature in my app and have launched it in production for few months. From error logs, I have found that sometimes, the read() method in AudioRecord will return different ...
flamyoad's user avatar
  • 575
2 votes
1 answer
548 views

I'm trying to record and play audio using different devices with AudioRecord and AudioTrack and setting preferredDevice to set the devices to each. audioRecord = AudioRecord( ...
ajw's user avatar
  • 2,764
1 vote
0 answers
1k views

I'm using AudioRecord to record an audio. What I need is to save the recorded audio as one Array/Variable in a playable format (wav). I need to use AudioRecord because parallel to getting the audio I ...
kemmel's user avatar
  • 45
1 vote
0 answers
115 views

I write a Android plugin for Unity3d which can record sound produced by the plugin's client (Unity3d game). Android has AudioRecord API which I assume can accomplish the task. The problem, however, is ...
rlib's user avatar
  • 8,047
0 votes
1 answer
2k views

I have an application that uses the microphone to allow a user to interact with the device. I am able to user AudioRecord to get a recorder, and this works great. My issue is that if the Samsung ...
Brian S's user avatar
  • 3,300
1 vote
0 answers
65 views

The idea: I am trying to do an application like speech jammers. In theory when you listen yourself with a delay, you cant be able to speak properly. So i am recording input from mic then playing it ...
Kaan Karagöz's user avatar
5 votes
1 answer
9k views

I have been working on a VoIP application (usually operated in speaker mode). The problem I am facing is that the behavior of audio recording is quite different for different models of smartphones. ...
Khubaib Ahmad's user avatar

15 30 50 per page
1
2 3 4 5
26