Questions tagged [microphone]

A microphone is an acoustic-to-electric transducer or sensor that converts sound into an electrical signal.

This tag should be used for questions related to using software to interact with microphones in smart phones, desktops, laptops or other electronic devices.

Microphones may interface with a computer through multiple different mediums, including USB, TRRS (Tip Ring Ring Sleeve; colloquially referred to as a mic jack), and XLR. After an acoustic device within a microphone converts sound to an electrical signal, it must be processed by a computer using Digital Signal processing algorithms to transform the continuous-time signal into a discrete-time signal the computer can represent and store in memory.

Depending upon the desired bit-rate and resolution, these algorithms can have great impact upon the performance of software. An example might be in converting between different audio file formats.

1290 questions
-2
votes
1 answer

Hololens - stream microphone to PC

I would like to send, in real time, the microphone stream of the Hololens (first generation) to a PC. I am using the MicrophoneTransmitter.cs from the VoiceChat example, that I modified to send the stream using a UDP socket. On the PC side, I use…
ipingguo
  • 19
  • 1
  • 6
-2
votes
1 answer

How can I create a microphone app on Android?

I want to create a microphone app on Android that will receive sound through the microphone and play through the speakerphone but I don't know exactly what classes and services I should use.
-2
votes
1 answer

How to programatically remove microphone permission given to my webapp?

After I obtained microphone permission with navigator.mediaDevices.getUserMedia({ audio: true }) and done everything I want with media stream how can I remove microphone permission and remove this annoying icon from tab and toolbar? edit After…
aiven
  • 3,775
  • 3
  • 27
  • 52
-2
votes
1 answer

How to Make a Combo Box to Select Audio Input

I'm designing a voice recorder in WPF with C#, and I want the user to be able to choose what microphone (if there is more than one) they would like to use for input. I've seen several articles on this, but those are using 3rd-party API's (Like…
Jason
  • 1
-2
votes
1 answer

How to capture video + sound using Canon G7X Mark ii + Blue Yeti Microphone

Basically Microphone have USB port only. Camera have micro USB looks like. Are there is any way to record video and audio from those devices together? Only one option that i see is capture separately one from another and after add sound on top of…
Anton
  • 1,344
  • 3
  • 15
  • 32
-2
votes
1 answer

How to stop Windows Auto leveling on audio (mic specifically)

Hello Stackoverflow community! My mic always sets itself on 100, but i don't want that to happen. Since i sound like a earrape guy on teamspeak for the users. And i don't want that. How do i change this? Can i modify the registry somehow? Or…
eifach_CJ
  • 63
  • 2
  • 7
-2
votes
2 answers

In Android: Are there limitations on what application is capable of doing when the phone rings?

Is appliction able to open camera? Is it able to open bluetooth? Is it able to open microphone? Thanks!
-2
votes
1 answer

How to get names of all installed webcams and microphones using VB6 code or any other programing language?

I want to know how to get names of all installed webcams and microphones using VB6 code? Or maybe someone could show how it is done in any other programming language because now I don't have any clue from what to start.
-2
votes
1 answer

Get amplitude from user's voice

How to detect amplitude from user's voice? Just detect if user speak or not. What is the different between AudioRecorder, MediaRecorder, Audio Capture? Please give me a full explanation and code please i tried this class from tutorial but it has…
Alvin Christian
  • 153
  • 1
  • 1
  • 8
-3
votes
1 answer

C# read the name of the connected microphone

How can I read in a winform the names of the connected recording device and of the standard recording device?
-3
votes
1 answer

How to replace the sound coming through the microphone? OS X

I want to learn how to replace the sound coming through the microphone, such as voice. So that in other programs using the microphone, input are already coming spoofed me sound. Sound is necessary to replace in real time. I will play with the…
iserdmi
  • 75
  • 1
  • 11
-4
votes
1 answer

Detach microphone from sinch video call

While user call using sinch video call, I need microphone to record what he said then translate. But I can't use microphone. Can somebody help me?
-4
votes
1 answer

Volume Level Meter using C#

I would like to ask if how to program a VOLUME LEVEL METER for STREAMING AUDIO. Using only the Laptop's stock Microphone i would like to know its sound level. Decibel(dB). Our project is to make a Volume Level Meter that would give us inputs for our…
mikepicart
  • 17
  • 1
  • 2
-5
votes
1 answer

How to make a C# or VisualBasic Strobe light (Microphone)

How to make C # or Visual Basic strobe light that flashes according to the microphone?
1 2 3
85
86