Last active
December 9, 2020 13:17
-
-
Save alexishida/692f786bad15842a3b5212c95cff8060 to your computer and use it in GitHub Desktop.
PulseAudio Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Install PulseAudio Ubuntu Manager | |
| $ sudo apt-get update | |
| $ sudo apt install pavucontrol | |
| # Execute | |
| $ pavucontrol | |
| --------------------------------------------------------------------------------------------- | |
| # Restart pulseaudio | |
| $ pulseaudio --kill && pulseaudio --start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment