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

Linkhut: LINK_ASIO_DRIVER_NAME shouldn't be hardcoded to "ASIO4ALL v2" #126

Open
JoergAtGithub opened this issue Dec 18, 2022 · 1 comment

Comments

@JoergAtGithub
Copy link

ASIO4ALL is just an uneccessary translation layer. It's in general better to use the ASIO audio driver provided by the device manufacturer. This shouldn't require to recompile Linkhut.
Expected behavior:

  • If only one ASIO driver is installed, Linkhut should use this
  • If multiple ASIO drivers are installed Linkhut should ask at startup, which of them should be used e.g.:
    [1] ASIO4ALL v2
    [2] Native Instruments Traktor Z2
    Enter number of ASIO driver to use and press Enter
@cdi-ableton
Copy link
Contributor

I agree that an application should use the audio interface's dedicated driver. However, our goal for Link's example application was to showcase the Link integration with as little clutter around it as possible and to avoid additional code for different platforms.

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

No branches or pull requests

2 participants