1
vote
0answers
75 views
DirectSound: how to change the input volume of a microphone?
Hi,
I have some questions about Directsound and windows mixers.
My goal is to enumerate all microphones and be able to change the input volume of each one.
I think i'm not far fro …
0
votes
1answer
86 views
Microphone detection Actionscript 3
Hi guys,
I'm having a few problems detecting whether a microphone is detected or not. I'm running the function Microphone.getMicrophone() and that should return null if there is no …
0
votes
2answers
68 views
Detecting if the microphone is on
Is there a way to programmatically detect whether the microphone is on on Windows?
2
votes
1answer
159 views
OpenAL Real Time Audio Processing from Microphone
Hello.
I would like to write a cross-platform application that can process and play back microphone data in real time. Imagine as a proof of concept a chat room where people can …
0
votes
0answers
28 views
Wrong control id for mixer API in Windows XP
Hi.
I am having a problem with the Mixer API in Windows XP.
I am trying to change the microphone recording level and mute state for a distinct sound device (I have multiple devic …
0
votes
1answer
207 views
Access webcam and microphone input in VB.net
How can you access the webcam and microphone in VB.net, assuming the user even has one?
I fail to see a My.Computer.Webcam or My.Computer.Microphone, both of which would probably …
0
votes
1answer
101 views
Windows mobile microphone low level properties
Hello everyone,
I would like to know if there is any managed or unmanaged library for accesing microphone properties in windows mobile. I want to collect real-time info from the m …
0
votes
0answers
105 views
Both using , recording from microphone and playring ipodmusic.
I would like to recording from microphone and playing i-pod library music at the same time.
so i try to code like this .
-( void ) SetUpAudioSession{
// getting mpobject
MPMu …
1
vote
2answers
180 views
Realtime microphone sound level monitoring
I'm trying to access sound volume data from the microphone in realtime. I've tried AVAudioPlayer but it only monitors sounds from a source like an mp3 and not from a microphone. I' …
0
votes
0answers
61 views
Displaying left/right stereo activity while capturing audio from microphone (JAVA)?
I am trying to analyze the microphone input through Java so you can graphically display where the sound is coming from around the computer. I have audio capture code working well ( …
0
votes
2answers
134 views
Can’t make microphone work on Flex
Hi,
A Adobe Flex issue...
I'm attaching a microphone to a NetStream, but there is no mic activity. The privacy is set to Allow, the microphone.muted is false and the activity lev …
0
votes
2answers
234 views
Listening to the iPhone mic with SCListener and playing music at the same time: how?
Hello,
I am using Stephen Celis' SCListener class (for iPhone) to "listen" from the microphone, but I also need to be playing music at the same time using the MediaPlayer framewor …
0
votes
0answers
56 views
Speech Recognition for Julius using audio instead of Microphone
I need to test Julius Speech to Text conversion with some audio. moreover it would be possible to simulate noise over the audio.
is anyone aware of such a software?
Has anyone wor …
0
votes
5answers
599 views
iPhone SDK: how to play music and record from the mic at the same time?
Hello,
I am trying to play music from the user's music library and at the same time record from the built-in microphone. However, as soon as I start recording from the microphone …
1
vote
4answers
348 views
Managed access to microphone input and system volume
I am looking to do three things:
Access data from the microphone. Really all I want to know is the overall volume of the sound sensed by the device.
Set the microphone gain.
Set …
