WINE in Linux only allow pulse audio ?

Questions about Wine on Linux
Locked
aug
Level 3
Level 3
Posts: 69
Joined: Sat Oct 30, 2021 4:21 am

WINE in Linux only allow pulse audio ?

Post by aug »

WINE running over Ubuntu only allow sound output using pulse audio ?

Thanks for reply.
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: WINE in Linux only allow pulse audio ?

Post by jkfloris »

You can use one of the following: ALSA (alsa), OSS (oss) or PulseAudio (pulse).
Set the desired driver with winetricks sound=alsa.

Get the complete list with:

Code: Select all

winetricks settings list | grep sound
Locked