microphone Questions
1
Solved
So I am trying to get librosa to work with a microphone input instead of just a wav file and have been running to a few problems. Initially I use the pyaudio library to connect to the microphone bu...
Jamshid asked 26/11, 2019 at 17:52
1
I have following requirements :
When call is received in android phone instead of streaming microphone output I want to stream a recorded audio every time I receive call.
So that it should be lik...
Motive asked 23/6, 2016 at 2:56
8
Solved
With the introduction of iOS 7, applications have to request microphone access when they want to record audio.
How do I check if the application has access to the microphone?
In the iOS 8 SDK I c...
Tala asked 27/7, 2014 at 13:16
4
Solved
In my Android App, I would like to take in some audio from the mic of the smartphone and play it immediately, live, like a microphone, with no lag. I am currently thinking of using AudioRecord and ...
Bacteriostasis asked 28/12, 2015 at 7:27
4
I am writing an application that runs as a background service recording and analyzing audio recorded from the microphone. When my app is running I can't use other apps that use the microphone (e.g....
Litharge asked 18/3, 2012 at 14:5
1
Solved
Im trying to enable microphone to allow user record audio, but I get this error:
Uncaught TypeError: Cannot read property 'getUserMedia' of undefined
at activateMicrophone
navigator.mediaDevices...
Kennie asked 5/11, 2019 at 17:33
0
According to the new privacy feature of MacOS Mojave 10.14 that needs to confirm permission to use microphone on apps, My Java app (runnable jar) is not recording sound at all when it is running no...
Adina asked 15/8, 2019 at 12:47
1
I need to be able to capture a stream of audio from the microphone and then pass it as argument or read it immediately in order to play it back as audio. To implement this in any other framework th...
Thury asked 25/9, 2018 at 14:46
1
Solved
I recently upgraded to Swift 5, Xcode version 10.2 (10E125), and after fixing a few compile issues on an app in progress, see this new and never-seen-before request. I can find no evidence of it in...
Overrate asked 6/4, 2019 at 13:2
1
I'm having an issue with an animation (mp4) on my app. Sometimes(not all the time) when the app is launched, it requests microphone access but I am not requesting for one anywhere in the app. I'm o...
Menial asked 18/11, 2018 at 13:2
3
Solved
I'm looking for a browser-based way of recording until a silence occurs.
HTML audio recording from the microphone is possible in Firefox and Chrome - using
Recordmp3js see:
http://nusofthq.com/blo...
Brodeur asked 1/7, 2014 at 17:18
4
Solved
I'm working on an audio recorder app that uses a bluetooth mic to record audio on to an Android device (Nexus 7 - rooted Android 4.4.2). It's currently implemented on HFP and everything is working ...
Huesman asked 14/1, 2014 at 1:34
3
In the application which I want to create, I face some technical obstacles. I have two music tracks in the application. For example, a user imports the music background as a first track. The second...
Marna asked 8/2, 2018 at 14:9
3
I have a requirement to allow a user to record an audio file using their microphone, but it has to work without flash as it needs to work on iOS (mobile safari), Android browser or Chrome, and a mo...
Ree asked 6/11, 2013 at 15:1
1
Solved
How can i trigger this modal on javascript button click
Capers asked 28/6, 2018 at 8:28
1
I've just written some iOS code that uses Audio Units to get a mono float stream from the microphone at the hardware sampling rate.
It's ended up being quite a lot of code! First I have to set up ...
Selfexpression asked 2/3, 2018 at 20:11
0
I'm developing an app that listens to voice commands and the way to start/stop listening to voice commands is via remote control (Airpods or wired headset). I tried various AVAudioSession options w...
Ammonify asked 26/11, 2017 at 13:25
4
Solved
My problem is simple to explain -- I am trying to create a AudioRecord object but it fails to initialize (ie after the constructor, getState returns 0, indicating failure). I am running this from E...
Pantaloons asked 19/12, 2010 at 10:6
0
For Android Api level 23, you can use AudioRecord.setPreferredDevice();
And you can also use:
AudioManager audioManager = (AudioManager) getSystemService(Context.AUDIO_SERVICE);
if (android.os....
Misinterpret asked 6/7, 2017 at 12:45
2
Solved
I have Integrated PJSIP with android. While making call in my application, the Speaker is working perfectly but Recording microphone volume is too low. My voice is not hearable by other side.
Not...
Convenient asked 9/5, 2017 at 4:52
1
Solved
I am looking for a way to read volume data in real-time from the microphone. Just some kind of general "loudness". The purpose is to make lips move when you talk into the microphone on an html5 can...
Kaleb asked 20/1, 2015 at 17:45
2
I'm working on some software for children, and looking to add the ability for the software to respond to a number of non-speech sounds. For instance, clapping, barking, whistling, fart noises, etc....
Alasdair asked 4/11, 2010 at 15:28
2
I am trying to make python grab data from my microphone, as I want to make a random generator which will use noise from it.
So basically I don't want to record the sounds, but rather read it in as...
Courier asked 1/2, 2013 at 8:40
2
I'm trying to record audio signals from 2 in-built microphone(bottom, top) at the same time. I can pick up bottom microphone signal using
MediaRecorder.AudioSource.MIC
and top microphone signal...
Fillander asked 31/1, 2013 at 13:45
4
Solved
Does anybody achieved echo cancellation in mobile application built by Adobe Air?
There are:
Microphone.getEnhancedMicrophone() but it returns null on mobile device.
Microphone.setUseEchoSuppre...
Underfeed asked 22/2, 2013 at 20:12
© 2022 - 2024 — McMap. All rights reserved.