2,040
questions
0
votes
0
answers
26
views
How to implement audio recording in background on iOS and Android using React Native with Expo?
I am developing a cross-platform application using Expo and React Native, targeting both iOS and Android. My goal is to enable audio recording that continues even when the app is backgrounded or the ...
0
votes
0
answers
24
views
Is there a way to capture the sound of specific browser tab?
I want to use Whisper to generate real-time subtitles while watching live streams, so I need the program to be able to capture the sound from the browser. However, I don't know how to do this.
I know ...
0
votes
0
answers
93
views
How to keep Flutter microphone recording active when the app is in the background?
I'm building an audio recording application using Flutter, where I want to record audio continuously, even when the app is in the background. I'm using the flutter_sound and path_provider packages for ...
0
votes
0
answers
38
views
The System Audio not included when recording screen using tab capture api
I am working on a chrome extension that let user record their current tab video + the current system audio for example playing a music on the tab. I read the docs on the web about preserve audio on ...
5
votes
1
answer
345
views
How to record audio (mic+tab audio) from Google Meet with Chrome Extension?
I want to record a Google Meet meeting with a Browser Extension, but any tab audio, such as YouTube, can be recorded, including my mic.
I know how to record the tab audio.
I don't know how to combine ...
0
votes
0
answers
26
views
How to fix the Playback error with audio_waveforms in Flutter?
I'm using the audio_waveforms package with version 1.0.5 and I'm creating an app that records sounds and displays sound waves, but when I play the recorded sound it shows me the following error:
E/...
0
votes
0
answers
35
views
Android AudioRecord read method returns 0 when not on foreground
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.
...
1
vote
3
answers
748
views
How to record audio in React
First, I tried MediaRecorder API to record audio clips but the output files have some issues. Then I tried different libraries such as react-audio-voice-recorder, react-mic, ...etc. But they also gave ...
2
votes
0
answers
246
views
Why does Safari on iOS re-ask for microphone permission after one minute even if I'm browsing the same tab without reloading it?
In the iOS mobile Safari browser, the microphone permission prompt appears again even after I have already granted it within the same tab session. This happens if the previous recording ended more ...
0
votes
1
answer
192
views
How to resolve issue with recording audio for macOS with flutter?
I was trying to record audio in macOs but discovered issue with generated audio file I mean when I try to play that recorded file, not able to hear anything , it's like empty.
Package that I have used ...
1
vote
1
answer
42
views
Is there a way to record and save all playing audio in a NW.js application?
I want to record and save to a file the sound a NW.js application makes.
I have a singleton AudioContext available, but I want it both recorded and playing in the speakers.
I tried to create a fake ...
0
votes
0
answers
27
views
Record package in Flutter: Recorded file exists on Android but not on Linux Desktop
I'm using the Record 5.1.0 package in my Flutter application to record audio. The code works fine on Android, but I'm having issues on Linux Desktop. Specifically, the recorded file does not seem to ...
1
vote
0
answers
67
views
Do WSL & Windows share audio devices?
I'm currently developing a transcription application in WSL using Ubuntu and the PortAudio library. I am curious if WSL and Windows share audio devices? At the moment the PortAudio library is not ...
1
vote
0
answers
138
views
Speech recognition x audio recording simultaneously -flutter-
Is it possible to recognize speech using speech_to_text while also recording the audio using flutter sound recorder? simultaneously.
I'm stuck I've been troubleshooting all day and now I'm thinking ...
0
votes
0
answers
54
views
Please explain the relation between fragsize and PA_STREAM_ADJUST_LATENCY
I am working on tuning record PulseAudio stream for my application and there are some things I can't understand.
According to PulseAudio API, pa_buffer_attr::fragsize field is used to configure ...