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:
parent
9bbfeceea7
commit
3dad57bc30
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user