GoXLR-on-Linux / goxlr-on-linux

Documentation and scripts to make the GoXLR and GoXLR Mini useful on Linux.
142 stars 8 forks source link

Reboot unnecessary after install.sh #20

Closed VirtualJunky closed 3 years ago

VirtualJunky commented 3 years ago

Is your feature request related to a problem? Please describe. Not really a problem, just unnecessary.

Describe the solution you'd like At the end of install.sh removing the reboot bit, adding in the following:

pulseaudio --kill
sh configure_goxlr.sh

Describe alternatives you've considered N/A

Additional context When you pulseaudio --kill it automatically restarts itself and is configured properly and finds all the proper ports. Tested on fresh Pop!_OS, ran install.sh, didn't let it reboot, same terminal window used pulseaudio --kill then sh configure_goxlr.sh. Changed my default sound device to GoXLR_System, loaded up a YouTube video and had working audio and faders without any reboots.