|
Is there a way to stream audio into the microphone port without jacking the speaker audio cable into the mic port? Operating systems: Windows, Linux
Started by audiomic on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
You could.
I think they call it microphone listening or something.
Through the mic port to speaker.
|
|
I want to use Skype. Should I buy a webcam with built in microphone OR a webcam with a separate headset?
Will the built-in microphone have much worse audio quality? I'd rather not mess around with a headset if I can.
Started by Iain on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
I do have a wireless headset though i prefer a microphone for video chat.
Looking like mickey mouse.
|
|
Is there a way to programmatically detect whether the microphone is on on Windows?
Started by Ra on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The Windows default input device/channel), and see.
The best you can do is to read audio data from the input channel you suspect to be a microphone (eg.
Sound channel is connected to a microphone device.
|
Ask your Facebook Friends
|
I need to capture PCM data from microphone in C++.
I'm a beginner.
How to do it?
Started by Superior0 on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Beyond....
They have a class called RtAudio that works on multiple platforms including Windows, OS X, and Linux .
Check out The Synthesis Toolkit.
There's a sample project available here.
You can do this with the waveInOpen() and waveInStart() API functions .
|
|
A groups of friends are working on a little game that would listen to the microphone as part of the interaction. We've tinkered with processing and flex. What we'd like to know is if anyone has succeeded in:
recording from the microphone using a web app...
Started by speciousfool on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It is possible that Adobe will implement this in Flash 11 .
From the microphone from the client side.
|
|
I bought a USB SpeedLink SL-8707-SSV Pure Voice microphone.
When I record with it (audacity / windows sound recorder) it records a terrible scratching noise:
I've looked for drivers but on the company's website it says:
Microphones don't require drivers...
Started by Edward Tanguay on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
The microphone....
Setting background noise or interference.
It should walk you through positioning it correctly.
Have you tried using Windows 7's "Set up a microphone" wizard? To access it, click start, type in microphone and click the link.
|
|
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.
Started by Unkwntech on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Should be very straightforward for windows and there's even an example on how to record through the microphone and save to a wave file.
Will open a microphone device and you can read the data easily from there.
|
|
I am using the Skype4Com COM object to intercept audio from the microphone. I know that it is 16 bit mono, but how do I find out what its sample rate is?
Started by Mark Heath on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
(it probably.
Just assume that it is 44.1kHz.
The microphone doesn't have a sample rate, it's up to the software to decide what sample rate to determine the microphone sample rate at the moment.
|
|
I have the main TV in the family room hooked up to web camera and a microphone, which allows the whole family at once to video chat. I'm happy with the setup, with the exception of the microphone - it is over-the-year (so it is difficult to pass it around...
Started by Sergey Aldoukhov on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
It is recommended for use in Podcasting, voice recognition software, iChat .
Be avoided by muting the microphone in Playback (not Recording)
The Snowflake is a portable professional USB microphone.
|
|
On Windows XP, while on the speech control panel, I see that my voice is recognized by my computer when the Microphone is not connected (where is the voice input in such a case, I am using Thinkpad T400) and when I connect the microphone in the micro-...
Answer Snippets (Read the full thread at superuser):
Its impossible to recognize to your voice when the microphone is not connected.It could of the external microphone jack, you may have to configure it through the Realtek HD Audio Control.
|