Dual output

Questions about Wine on Linux
Locked
furynick
Newbie
Newbie
Posts: 1
Joined: Fri Sep 20, 2019 12:23 pm

Dual output

Post by furynick »

I installed 3CX Softphone client on ubuntu with latest wine development release using repository.
This softphone needs 2 audio output, one for voice and one for ring.

Mic and headphones work flawlessly, unfortunately there's no choice in wine sound properties to show/select pulseaudio outputs (headphone, speaker).
Is there a way to configure wine and/or pulseaudio to acces other outputs from wine ?

I also searched for alternatives using 2 sound cards emulation (pulseaudio + alsa) but didn't find how to do it.
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Dual output

Post by jkfloris »

You could tell Wine to use the alsa sound driver:

Code: Select all

winetricks sound=alsa
Locked