Firewire audio devices with non-ALSA drivers and WINE

Questions about Wine on Linux
Locked
GoaSkin
Newbie
Newbie
Posts: 3
Joined: Tue Jun 19, 2012 3:22 pm

Firewire audio devices with non-ALSA drivers and WINE

Post by GoaSkin »

Hello,

I use an Alesis IO|26 firewire audio device that works under Linux using drivers from the FFADO project but does not work with ALSA.

Currently, only JACK supports FFADO as driver backend. To use the card as default audio device, I have to use jack as backend for pulseaudio and FFADO as backend for JACK.

Because WINE itself cannot access the audio devices from the pulseaudio server, I am looking for a solution to use the audio device for any Windows application that runs with WINE.

The WINEASIO driver does not seem to be a solution for me because I don't want to have sound with music applications only. I want to have somehow sound with any Windows application that does not use ASIO.

So is there any workaround to use the Jack server as default audio backend in WINE? Currently, winecfg does not recognize any device.
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Post by lahmbi5678 »

Hi,

Did you look at http://wiki.winehq.org/Sound ? There's a link there to http://gamesplusone.com/alsa_to_jack.html , which describes how to redirect alsa output to JACK via a loop device. I'm not sure, if that would help you and if it would work in current wine.

You could try to use an older wine version, something like 1.3.x (before audio system rewrite), though that might have other issues.

Furthermore there seems to be an effort to make firewire devices work in alsa, though still very experimental, see http://mailman.alsa-project.org/piperma ... 45646.html. You'd probably would have to compile that yourself.
Wyomingguy
Newbie
Newbie
Posts: 1
Joined: Wed Jun 27, 2012 10:28 am

Post by Wyomingguy »

lahmbi5678 wrote:Hi,

Did you look at http://wiki.winehq.org/Sound ? There's a link there to http://gamesplusone.com/alsa_to_jack.html , which describes how to redirect alsa output to JACK via a loop device. I'm not sure, if that would help you and if it would work in current wine.

You could try to use an older wine version, something like 1.3.x (before audio system rewrite), though that might have other issues.

Furthermore there seems to be an effort to make firewire devices work in alsa, though still very experimental, see http://mailman.alsa-project.org/piperma ... 45646.html. You'd probably would have to compile that yourself.
I tested the link you provided, unfortunately, it did not work ...
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Post by lahmbi5678 »

Hi,

I assume you are talking about the gamesplusone link, the whole site seems to be down at the moment. Googling found another link
http://www.penguinproducer.com/2011/12/ ... th-ubuntu/
http://www.penguinproducer.com/2011/11/ ... ridge-kit/
Locked