nukeykt / Nuked-SC55

Roland SC-55 series emulation
Other
282 stars 32 forks source link

Linux JACK support #74

Open defensem3ch opened 1 month ago

defensem3ch commented 1 month ago

Seems that starting this on Linux defaults to PulseAudio. Is there a way for the emulator to output to JACK instead?

nukeykt commented 1 month ago

probably you can use SDL_AUDIODRIVER env var to select specific audio backend

defensem3ch commented 1 month ago

probably you can use SDL_AUDIODRIVER env var to select specific audio backend

I tried this, but didn't have success - audio device still selects "JACK sink (PulseAudio JACK Sink)" rather than jack

defensem3ch commented 1 month ago

I tried it using export SDL_AUDIODRIVER=jack and got FATAL ERROR: Failed to initialize the SDL2: Audio target 'jack' not available.