voice-recording Questions
4
Solved
I am trying to build an app using Flutter which will have voice recorder in it. How do I access voice recorder? Please help me figure out the Packages, Dependencies and Code for it.
Theme asked 20/10, 2019 at 9:24
0
I have searched npm for "react native audio record" and have not found anything that seems to be maintained, used a lot, and growing in usage. So, how do we currently record audio in non-...
Sumer asked 11/4, 2023 at 19:22
1
Solved
I am writing a flutter app for recording voice using flutter_sound package
environment:
sdk: ">=2.15.1 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
flu...
Menhir asked 1/2, 2022 at 9:26
2
I made a program which allows me to speak and converts it to a text. It converts my voice after I stopped talking. What I want to do is to convert my voice to text while I am talking.
https://www....
Walrath asked 11/12, 2018 at 4:42
5
I want to make a voice recorder app but it crashes when i click the "Start Recording" button.
I get an error saying java.lang.IllegalStateException at android.media.MediaRecorder.start(Native Meth...
Benbow asked 30/6, 2016 at 10:27
1
I'm doing a little bit of research about the DTX option in Opus:
Discontinuous Transmission (DTX) reduces the bitrate during silence
or background noise. When DTX is enabled, only one frame is ...
Nonintervention asked 5/6, 2016 at 12:45
2
Solved
I'm looking for a way to feed audio data from a file into the microphone so when 3rd party applications (such as arecord or Chromium's "search by voice" feature) use the microphone for audio input,...
Ovate asked 18/4, 2017 at 19:43
2
Solved
I need to record an audio from the microphone and convert it into text. I have tried this conversion process using several audio clips that I downloaded from the web and it works fine. But when I t...
Ectype asked 22/2, 2020 at 13:57
1
Is it possible in a Flutter App to "concatenate" sound files without calling Swift/Java code to handle it for me? (Partially because I don't know Swift, and partially because I haven't figured out ...
Hokum asked 10/5, 2018 at 11:35
6
I am developing a simple web application which only records a voice from microphone but I have some trouble.
HTML5 voice recording function works well on chrome and firefox desktop or android. But...
Scratchboard asked 14/2, 2017 at 8:55
4
I have done a lot of R&D and gone through a lot of resources to resolve my problem but I have FAILED to get any proper solution.
I have developed an app, now i want to add Voice based functio...
Rhodes asked 20/3, 2012 at 14:23
1
Solved
I am working on recording microphone input from the user and processing it. The problem is that I am using scriptProcessorNode to process data, but here it said that is has been deprecated and repl...
Hasa asked 1/11, 2018 at 8:44
4
Solved
The following code should record audio and store it in to SD card in PCM format.
the code is working with me ,but the PCM file doesn't play !!!!
I got this code from this link.... Android : record...
Affliction asked 9/6, 2013 at 16:33
2
Solved
I try to fix call recording in my app since lolipop update in my Galaxy S5. As a base I am using google sample project from here: Sample.
And this is the main part of the code:
AudioRecorder::Audio...
Tonry asked 12/1, 2017 at 14:5
4
Solved
I want to record voice as long as holding the record button and save that voice into the raw folder in my project. I used the code below. Altough there appears no errors, i couldn't get any output....
Appaloosa asked 20/6, 2012 at 8:57
1
I'm developing an iOS app that does voice based AI; i.e. it's meant to take voice input from the microphone, turn it into text, send it to an AI agent, then output the returned text through the spe...
Pepper asked 6/8, 2017 at 5:38
3
Solved
I am currently using getUserMedia(), which is only working on Firefox and Chrome, yet it got deprecated and works only on https (in Chrome). Is there any other/better way to get the speech input in...
Triboelectricity asked 15/1, 2016 at 21:58
1
I'm getting problem in recording voice call in android lollipop and higher version. By this code I'm able to record my voice, but not able to record other person voice.
public void startRecording...
Cardiogram asked 13/1, 2016 at 8:47
2
I am using MediaRecorder for recording call in android. But I only want to record the caller's voice. Can this be done?
recorder.setAudioSource(MediaRecorder.AudioSource.VOICE_CALL);
recorder.se...
Puiia asked 14/5, 2013 at 5:52
4
It seems I can only use Flash or Java to record voice on a web app. Is there a way of doing it via JavaScript?
Kyungkyushu asked 26/2, 2013 at 6:22
1
Solved
Currently, I use sox like this:
sox -d -e u-law --endian little -b 8 -c 1 -r 8000 -t ul - silence 1 0.3 1% 1 0.3 1%
For reference, this is recording audio from the default microphone and outputt...
Barrister asked 2/5, 2015 at 19:34
3
I am developing an application like talking tom, every thing is working fine just the audio recording making problems on some devices, Audio is also working fine on my hdpi device but whenever i ru...
Beeline asked 9/4, 2015 at 9:18
1
I'm calling native voice recorder with help of an intent
Intent intent = new Intent(MediaStore.Audio.Media.RECORD_SOUND_ACTION);
And Its capturing voice as i expected.
But I couldn't auto stop ...
Perspire asked 13/1, 2015 at 7:43
1
Solved
In my app there is a recording option.
I written code to record the voice by using AVAudioRecorder it will work fine, but my client requirement is it opens the native Voice recorder in ios device...
Bet asked 6/1, 2015 at 6:26
1
Solved
I want to develop an android app.
One feature of the app is recognize 2 people's voice.
It will be kike this - when the app will open, 2 people will talk in front of it.
App will detect 2 persons...
Malfunction asked 23/11, 2014 at 7:22
1 Next >
© 2022 - 2024 — McMap. All rights reserved.