Does the standalone builds support non jack audio output ? #481
Unanswered
SeleDreams
asked this question in
Q&A
Replies: 2 comments
|
It is yes. There is RtAudio in place and used by default for the cases where JACK is not available. See the calls in https://github.com/DISTRHO/DPF/blob/main/distrho/DistrhoStandaloneUtils.hpp |
0 replies
|
I see, thanks, I'll look into it |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, there was something i've been wondering about standalone, basically I'd like to make a software that works both as a standalone and a vst, that's why standalone is also a focus for me, however, i'd want it to be a very simple install for end users not using jack and all, so it should also work on simple pulseaudio on linux and wasapi/mme etc on windows, even if there's more latency in my use case it wouldn't be a big deal
is this supported by DPF ? if not i feel like it would be a pretty good addition
All reactions