-
Notifications
You must be signed in to change notification settings - Fork 224
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
New ASIO SDK available #1880
Comments
It's not really an alternative, portaudio would use the ASIO SDK too. |
Ok. So it also downloadeds the ASIO SDK? |
No, you gotta download it yourself :) (it is possible to use portaudio without ASIO, but would probably get much worse results for devices that have ASIO drivers) |
What about using Windows 10 new audio APIs (Audiograph or WASAPI) ? |
That only makes sense to avoid having to use ASIO4ALL (since ASIO4ALL itself uses WDM, as far as I know). If you have a device with a native ASIO driver then using ASIO will most likely give the best results. |
Using ASIO (if available with the hardware) is the only way on Windows to achieve a low latency without New APIs handled on the apps. |
What error have you seen in the autobuild? |
It’s gone. It seemed to be a temporary permission error while downloading the .zip file |
Please check out #870 to try it out then :) (latest installer link is in the first post) |
Has this feature been discussed and generally agreed?
No.
Describe the solution you'd like
Download the latest ASIO SDK 2.3.3, and use it to compile the Windows build.
Maybe this fixes the build error in autobuild?no. It’s just a non behavioural change according to the change log.Describe alternatives that have been considered
Move to portaudio (?)
The text was updated successfully, but these errors were encountered: