https://bugs.winehq.org/show_bug.cgi?id=43846
Bug ID: 43846 Summary: Prototype 1 and 2 no audio Product: Wine Version: 2.18 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: byi5000@gmail.com Distribution: ---
Prototype and Prototype 2 have no audio by default. The workaround is "winetricks xact".
The AppDB says it is missing xaudio2 support (https://appdb.winehq.org/objectManager.php?sClass=version&iId=31948), but the Wine-Api-Stats (https://www.winehq.org/winapi_stats) say that xaudio2 has full implementation. The following output shows all debug messages related to audio: fixme:pulse:AudioSessionControl_RegisterAudioSessionNotification (0x1e57af0)->(0x1b89ebcc) - stub fixme:avrt:AvSetMmThreadCharacteristicsW (L"Audio",0x1bb9e91c): stub fixme:avrt:AvSetMmThreadPriority (0x12345678)->(1) stub fixme:avrt:AvRevertMmThreadCharacteristics (0x12345678): stub fixme:pulse:AudioSessionControl_UnregisterAudioSessionNotification (0x1e57af0)->(0x1b89ebcc) - stub fixme:pulse:AudioSessionControl_RegisterAudioSessionNotification (0x1e57b70)->(0x1b89ebcc) - stub fixme:avrt:AvSetMmThreadCharacteristicsW (L"Audio",0x1bc9e91c): stub fixme:pulse:AudioSessionControl_UnregisterAudioSessionNotification (0x1e57b70)->(0x1b89ebcc) - stub
Can someone else confirm this issue?