https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13906

--- Comment #9 from Gerald Combs <ger...@wireshark.org> ---
I think I introduced this problem in gd59653f, which added the output device
combobox. Prior to that change the RTP player used Qt's default audio device,
which in turn uses the special WAVE_MAPPER device on Windows. WAVE_MAPPER can
apparently handle more formats than the underlying hardware can in some cases.

Change 22756 attempts to fix this in two ways: by adjusting the output sample
rate to match the current device, and by adding the WAVE_MAPPER device
("Default Output Device") to the output device list. I can't easily test on
physical Windows hardware here so it might require additional tweaking.

-- 
You are receiving this mail because:
You are watching all bug changes.
___________________________________________________________________________
Sent via:    Wireshark-bugs mailing list <wireshark-bugs@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
             mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

Reply via email to