Tagged Questions

1
vote
1answer
199 views

Classic sound mixer

Good day, everyone! I write a sound mixer and I need getting under sound device capabilities control such as I can got with windows mixer. I can manipulate general volume and mute states of mixer, ...
1
vote
1answer
589 views

How to globally mute and unmute sound in Vista and 7, and to get a mute state?

I'm using the old good Mixer API right now, but it does not work as expected on Windows Vista & 7 in the normal, not in XP compatibility mode. It mutes the sound for the current app only, but I ...
1
vote
1answer
1k views

DirectSound: how to change the input volume of a microphone?

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 from the solution, but I ...
1
vote
1answer
360 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 ...
0
votes
0answers
79 views

getting sound balance with mmsystem

Goodday! I use a mmsystem library and I need to get a sound balance volume. I know there are two channels so I can get a sound and balance volumes. But I don't know how to point out to get a balance ...
0
votes
2answers
920 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 ...