Skip to main content

Questions tagged [audio-recording]

Questions related to audio recording in applications. For voice recording issues, use [voice-recording] tag. For questions specific to sounds, use [audio].

audio-recording
-4 votes
0 answers
33 views

Is there even a library or api that can be used to detect hand claps or whistles? [closed]

Build android app using java in android studio. I want the music to start just by clapping hands or whistling. Any other noise around will not start the music.But I am not getting the solution I want ...
Hasibul Islam's user avatar
0 votes
0 answers
46 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 ...
TMarciDev's user avatar
0 votes
1 answer
73 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 ...
Shruti Ramnandan Sharma's user avatar
1 vote
1 answer
28 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 ...
krypek's user avatar
  • 53
0 votes
0 answers
15 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 ...
VmluYXlr's user avatar
0 votes
0 answers
40 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 ...
Cyrxs's user avatar
  • 29
0 votes
0 answers
36 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 ...
user25068008's user avatar
0 votes
0 answers
30 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 ...
nartherion's user avatar
1 vote
0 answers
45 views

Record and play audio on iOS

I have a task play some audio tracks, then record user voice and send it to server as 1 second chunks. Both of this actions repeat is in loop. In other words, something like a dialogue. Sometimes the ...
Artur's user avatar
  • 164
1 vote
1 answer
262 views

Audio Recording/Screen Recording in Flutter Application

I am creating a Voice Conferencing App using Flutter for Android and I want to add a feature for recording the audio that's played from my app (the audio of the other people on the call) and also ...
noobiethe13's user avatar
0 votes
0 answers
17 views

Why the time obtained from AudioTimestamp() is always 6ms earlier than the time obtained from SystemClock.elapsedRealtimeNanos()?

I'm working on recording Android phone audio and its timestamp. The sampling rate is 11025 Hz and 16 bits. I read the timestamp right after audioRecord.read() by both SystemClock and AudioTimestamp(). ...
Aria_Z's user avatar
  • 13
0 votes
0 answers
47 views

Recorder recording returns null duration and can't play

I'm currently working on implementing a audio recording functionality and I'm using the Recorder https://pub.dev/packages/record library and I'm having issues playing the recorded audio using this ...
LazySadist's user avatar
0 votes
0 answers
73 views

How to record audio from a meeting tab in google chrome?

I'm developing a React Chrome extension aimed at recording audio from specific tabs, particularly during meetings on platforms like Zoom and Meet. The primary goal is to facilitate the transcription ...
Igor Leonir's user avatar
-2 votes
1 answer
168 views

Record Discord soundboard sounds with discord.js

I am not sure if I miss something in the documentation or it is still not in the Discord API, but what I need to find a way to record Discord soundboard sounds with the discord.js library. Like it is ...
Rougher's user avatar
  • 906
0 votes
0 answers
31 views

recording and playing audio in kivy for android

"Hello, I'm planning to develop a Kivy app for Android where I can record my voice and listen to it. For recording my voice, I'm utilizing the following class: class MyRecorder(): def __init__(...
ali khosravi's user avatar

15 30 50 per page
1
2 3 4 5
137