Skip to main content
0 votes
0 answers
66 views

I am building a Flutter app with native Android code where I: Record audio using AudioRecord Perform speech-to-text using Vosk (offline recognition) This works fine individually, but when I try to: ...
Tanu Rajpurohit's user avatar
0 votes
1 answer
123 views

I'm working on an iOS recording app using AVAudioEngine and AVAudioSession. The goal is to record in stereo at 48kHz using the built-in iPhone microphone (on models that support stereo recording, like ...
Phelar's user avatar
  • 11
0 votes
0 answers
39 views

SDK version: jl701n_soundbox_release_v1.4.2 When DAC_CONNECT_MODE is set to DAC_OUTPUT_MONO_LR_DIFF, the sound of mic during mixed recording and playback will be abnormal (the sound of mic is normal ...
Junluan Tsui's user avatar
2 votes
0 answers
97 views

[Q] How to record and transcribe (STT) audio at the same time on Android? I'm building a feature in an Android app that allows users to speak a sentence — the app needs to recognize the speech in real ...
임세현's user avatar
0 votes
0 answers
52 views

Context / What I’m trying to do I’m building a chat interface on Wix using a custom web component and an iframe for the chat UI. The idea is: User clicks “Record” in the iframe → message sent to ...
Save Pain's user avatar
  • 257
3 votes
1 answer
345 views

I am trying to record audio from a speaker only using TypeScript or JavaScript. Expected: it is recording audio from a speaker only, not a microphone. Actual: it is recording audio from a microphone ...
Praveen saxena's user avatar
0 votes
0 answers
43 views

I'm working on a ReactJS project with TypeScript where I need to implement an audio recording feature that captures audio from both the microphone and speaker separate files.
Praveen saxena's user avatar
0 votes
0 answers
91 views

So, I'm trying to make an audio recording application in Flutter and facing this issue, when I open the microphone for recording meanwhile I'm playing some songs on Spotify on the same device, it ...
Amar Singh's user avatar
0 votes
0 answers
93 views

I am using Recorder.js to record microphone input from browser. The current version can prevent recording audio from browser (with very very minor loopback) but still recording audio (Full volume) ...
KaraNoKara's user avatar
1 vote
0 answers
107 views

I'm using the record package in Flutter to record audio. The recording process seems to work without any errors, but the resulting file contains only the first minute of audio, followed by complete ...
ussrback's user avatar
  • 649
1 vote
2 answers
92 views

I am using Java Android AudioRecorder (Code as below). When I start recording, rms is normal value larger than 0. Several seconds after recording, rms only gets 0.0 value, which means audioBuffer is a ...
Nebula Libro's user avatar
2 votes
1 answer
1k views

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 ...
tobit0101's user avatar
1 vote
0 answers
1k views

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 ...
Ashish Tandon's user avatar
6 votes
2 answers
2k views

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 ...
Prokop Simek's user avatar
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

15 30 50 per page
1
2 3 4 5
135