Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
1answer
408 views

Why can't I set master volume for USB/Firewire Audio interface with IAudioEndpointVolume::SetMasterVolumeLevelScalar

I am trying to fix an Audacity bug that revolves around portmixer. The output/input level is settable using the mac version of portmixer, but not always in windows. I am debugging portmixer's window ...
4
votes
1answer
409 views

API for supporting Echo Cancellation in Windows Vista/7

In 2007, during the fever over DRM being included in Windows Vista, a Windows Vista Team blog was created to respond to a lot of the concerns. One of the questions responded to the ability of VoIP ...
3
votes
2answers
359 views

How is SndVol able to change the volume level of a given audio session?

I am writing my own API to perform some of the functionality of the SndVol system utility. I would like part of this API to be the ability to set the volume level of a given audio session. SndVol ...
2
votes
2answers
116 views

How to test for equality of audio sessions

I am trying to use the Windows Audio Session API to locate the default audio session within the enumeration of current audio sessions. Currently I have a reference to the IAudioSessionControl of the ...
2
votes
1answer
343 views

Capture audio of a single application on Windows 7

Is there a way to capture the audio outputted by only a single application, and not the system as a whole? With WASAPI I can capture the entire system audio, but I wish to only capture the audio from ...
2
votes
1answer
601 views

Windows Vista/7: How to sample output audio mix?

How can i gain access to the current wave output sample stream? In a December 2006 question on social.microsoft.com (How to record from 'Wave' or 'Stereo Mix' in Vista?) yjslash asked: On Windows ...
0
votes
1answer
80 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
0answers
124 views

WASAPI: IAudioClient->Initialize succeeds even when IAudioClient->IsFormatSupported fails with same format

I am trying to find out which output formats are supported by a specific audio device in exclusive mode. To do this, I am using IAudioClient->IsFormatSupported(), which according to the documentation ...
0
votes
0answers
63 views

Windows Audio Analysis

I'm currently starting a project that depends on software to analyse and decode all audio output signal. the msdn suggests WASAPI for this type of analysis but I cannot figure out which reference to ...
0
votes
1answer
114 views

Programatically setting the playback device for an application

Does anyone know if it is possible to set the audio playback device programatically on Windows 7? (I've seen quite a few posts on this but no 'good' answers). I don't really want to change the default ...