0.9.11-rc-2
Switch from JACK to ALSA audio.
This commit is contained in:
@@ -204,10 +204,16 @@ bool setJackConfiguration(JackServerSettings serverSettings)
|
||||
{
|
||||
bool success = true;
|
||||
|
||||
#if JACK_HOST
|
||||
|
||||
serverSettings.Write();
|
||||
|
||||
silentSysExec("/usr/bin/systemctl unmask jack");
|
||||
silentSysExec("/usr/bin/systemctl enable jack");
|
||||
#else
|
||||
// otherwise,
|
||||
// the config was written before invoking admin main. but we still need to restart the service.
|
||||
#endif
|
||||
|
||||
std::thread delayedRestartThread(delayedRestartProc);
|
||||
delayedRestartThread.detach();
|
||||
|
||||
Reference in New Issue
Block a user