1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 15:49:41 +02:00

bug 11: fix portmixer vista/win7 issue. possibly fixes conflated inputs.

This commit is contained in:
mchinen 2011-02-26 22:00:03 +00:00
parent 9bbfeceea7
commit 3dad57bc30

View File

@ -168,7 +168,7 @@ int open_ep_mixers(px_mixer *Px, UINT deviceIn, UINT deviceOut)
}
}
if (deviceIn == WAVE_MAPPER) {
if (deviceOut == WAVE_MAPPER) {
hr = IMMDeviceEnumerator_GetDefaultAudioEndpoint(denum,
eRender,
eMultimedia,