Hi,

I assigned the bug to Pipelight which is not an official part of Ubuntu,
so please fill further bug reports directly at our bug tracker at
https://bugs.launchpad.net/pipelight/

The wine build which we are using does not include a Pulseaudio patch
and will directly use Alsa and it also works if you don't use Pulseaudio
(like me). The only thing which comes up to my mind which may cause your
problem is that Wine somehow changed your default Alsa device. Can you
execute the following command:

WINEPREFIX=$HOME/.wine-pipelight/ /opt/wine-compholio/bin/winecfg

and go to the Audio tab and select the correct Alsa device? You can test
if the playback works by pressing the sound test button. You can also
try to define the correct audio device by viewing the list of alsa
devices with the "aplay -l" command and then creating the file
~/.asoundrc with the following content:

pcm.!default {
    type hw
    card XFi
}
ctl.!default {
    type hw
    card XFi
}

simply replace XFI with the name of your card.

Michael

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1243936

Title:
  pipelight-multi has no alsa sound

To manage notifications about this bug go to:
https://bugs.launchpad.net/pipelight/+bug/1243936/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to