microphone Questions
2
I am new to iOS programming and I want to port an Android app to iOS using Swift 3. The core functionality of the app is to read the byte stream from the microphone and to process this stream live....
Vondavonni asked 18/4, 2017 at 13:5
6
Solved
I have been on a rough ride trying to do something using the Speech recognition on an android emulator.
Having finally installed the market place and the Google Voice Search app - I am so close to...
Bayadere asked 7/5, 2011 at 21:44
3
Solved
WebRTC Android: sound from phone speaker is going into conference through phone mic and causing echo
In some mobile devices(like Motorola One Power - Android 10, Redmi Note 5 Pro - Android 7.1.2), sound from the phone speaker is going into the conference through the phone mic and causes an echo. T...
Alcoholicity asked 18/6, 2020 at 11:58
2
I want to recorder the sound, but the mic (microphone) input sound is too loud, and I want to adjust the mic volume, would someone help me? The following is the main code:
private int audioSource ...
Gibson asked 29/8, 2012 at 10:29
4
Solved
Can I access a users microphone in Python?
Sorry I forgot not everyone is a mind reader:
Windows at minimum XP but Vista support would be VERY good.
Stallard asked 11/10, 2008 at 7:6
5
Solved
I was trying to get the amplitude level of a microphone on Android like so:
MediaRecorder recorder = new MediaRecorder();
recorder.setAudioSource(MediaRecorder.AudioSource.MIC);
Timer timer = new...
Ganda asked 23/1, 2011 at 22:42
1
I have implemented an Android background service (based in Pocket Sphinx) that continuously listens, detects and spots certain keywords when the phone's screen is on, and then reacts accordingly (f...
Calculator asked 25/3, 2015 at 15:36
4
Is it possible to access the microphone (built-in or auxiliary) from a browser using client-side JavaScript?
Ideally, it would store the recorded audio in the browser. Thanks!
Dad asked 8/1, 2015 at 17:47
1
Solved
I am seeing a network error when I am trying to use the SpeechRecognition API in Brave. It's working just fine in Chrome and Safari in OS X. Is that simply not working in Brave or is there a way to...
Unwritten asked 18/10, 2022 at 15:55
1
Solved
With the new Android 12 operating system, the user now has the ability to completely disable microphone and camera usage from ALL apps. This is actually a good thing, letting users easily control p...
Mosemoseley asked 25/4, 2022 at 22:38
1
I have an app who are connected with webrtc. I have to had a selected part, where I can select which mic I use.
I already can display the list of mic connected (intern, Bluetooth, ...), I can retu...
Gulden asked 18/10, 2019 at 8:57
4
Solved
Is there a way using python (and not any external software) to play a mp3 file like a microphone input?
For example, I have a mp3 file and with a python script it would play it through my mic so o...
Pleurisy asked 5/5, 2016 at 16:35
0
I simply cannot understand why my phone kills my foreground service.
Relevant code
In AndroidManifest:
<service
android:name=".recorder.RecorderService"
android:exported="false...
Umbrageous asked 17/2, 2022 at 22:34
2
I'm trying to record audio data from a microphone (or line-in), and then replay it again, using C#.
Any suggestions on how I can achieve this?
Vamp asked 17/5, 2010 at 22:44
2
I have using an application to record audio which uses the javaScript code but after recording its mic will never disable.
So please suggest me that how to mute/disable microphone using javaScript...
Plate asked 28/3, 2014 at 11:24
2
Solved
I try use microphone in my flutter app. I create method do try ask user about microphone permissions. It working on Android, but not working on iOS. Of course I add this line to info.plist:
<key...
Beatup asked 17/10, 2021 at 20:43
2
Solved
So the question is,
How can I set the default source?
How can I list the current default source?
Details
I have 4 sound input sources on my linux device. Here is the result of pactl list sourc...
Debra asked 3/12, 2019 at 4:26
4
Solved
So far I haven't been able to find any solution that would allow me to test voice input via microphone on the android emulator.
I have been able to get away during development by limiting my testi...
Sheffy asked 17/8, 2012 at 14:52
6
I am developing an iOS application (targetted specifically for iPhone, at the moment) that requires the application to record audio only from iPhone internal microphone (even when headphone/headset...
Whipcord asked 23/10, 2010 at 2:23
3
Solved
Greetings,
I'm trying to write a program in Python which would print a string every time it gets a tap in the microphone. When I say 'tap', I mean a loud sudden noise or something similar.
I sear...
Thorley asked 20/12, 2009 at 20:1
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
1
I am running a docker container with the python code that records the sound for few seconds using the host MacBook Pro build in microphone.
Part of my challenge is to determine how to provide acc...
Platitudinize asked 15/2, 2019 at 3:8
6
Hey everyone. Is there a way of outputting audio from my program and redirecting that stream to the system's microphone input 'layer'? I understand this might require some low-level calls being 'Pi...
Burson asked 3/12, 2010 at 23:7
1
I'm trying to capture sound from microphone via Java Sound API.
I'm using sample code from github and it works perfect on Windows system, but when it runs on MacOS - audio-line buffer returns zero-...
Pitchblende asked 23/8, 2019 at 19:17
2
I'm part of a team developing applications for flight simulation. One of these applications is running also on MacOS and needs access to the microphone to communicate with online virtual air traffi...
Roark asked 17/4, 2019 at 12:23
1 Next >
© 2022 - 2024 — McMap. All rights reserved.