Tagged Questions

1
vote
1answer
359 views

Mapping ISpMMSysAudio::SetLineId and mixerLineId

I want to set the lineId for SAPI by calling ISpMMSysAudio::SetLineId. I find out the line which I wish to set from the mixer handle I have. However the line id I get from the mixer is not what SAPI ...
1
vote
5answers
3k views

How to emulate/replace/re-enable classical Sound Mixer controls (or commands) in Windows Vista? [answered]

I have a problem (and have been having it for some time now) -- the new sound mixer stack in Vista features new cool things, but also re-invents the wheel. Many applications that used to use Volume ...
0
votes
1answer
37 views

How to control the Microphone Boost in Windows 7?

I am trying to control the Microphone Boost (level/(un)mute) in Windows 7 using the MIXER API in a C/C++ application, but I do not get the controls for the same. Can it be done using WASAPI? Can ...
0
votes
3answers
164 views

mix 2 real webcam into a fake webcam

i need to get the streaming from 2 webcams on the same computer, and mix it as a fake webcam (so then i can use the fake webcam on any software). I have seen that camcamx is for mac, webcamstudio is ...
0
votes
2answers
912 views

how to mix two audio channels?

I have two mono audio channels (pcm format) of audio call, incoming and outgoing. how to mix them? how to position them in space? (e.g. incoming channel sounds slightly on the left and outgoing on the ...