Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add Linux and Mac support to FlexASIO #236

Open
Bubgitty opened this issue Jun 11, 2024 · 1 comment
Open

Please add Linux and Mac support to FlexASIO #236

Bubgitty opened this issue Jun 11, 2024 · 1 comment

Comments

@Bubgitty
Copy link

At the time of writing this, it is currently a pain in the neck integrating ASIO drivers with Linux. Users have complained about the installing ASIO drivers with PlayOnLinux with no luck. KXStudio provides WineASIO, however, it is only compatible with Ubuntu Linux distributions, meaning Federo, Debian, & other non-Ubuntu Linux users are out of luck . It would be nice if FlexASIO were a cross-platform driver.

WineASIO: https://github.com/wineasio/wineasio
KXStudio: https://kx.studio/

@dechamps
Copy link
Owner

Just to clarify things in case people get confused: there is no such thing as "ASIO on Linux" or "ASIO on Mac". The ASIO spec is only defined for Windows; there is no defined way to discover and load ASIO drivers on Linux nor Mac.

The only way your request makes sense is when discussing Windows emulation layers for foreign OSes (e.g. Wine).

It looks like you want FlexASIO to detect when it's running under a Windows emulation layer such as Wine, and change its behavior accordingly, i.e. bypass the emulation layer and reach out directly to native OS audio APIs.

Because FlexASIO is really just a thin wrapper around PortAudio, in practice this would be a PortAudio feature request, which I just filed under PortAudio/portaudio#929.

I wouldn't hold my breath though - this sounds very messy to implement, and it may be vastly easier to improve WineASIO to work on your particular distribution instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants