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
| # Some of this may look redundant, but this was carefully written to | |
| # work around various bugs in alsa-plugins, so don't mess with it :). | |
| # override default | |
| pcm.!default { | |
| type plug | |
| slave { | |
| pcm "rjack" | |
| } | |
| } |
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
| #!/bin/bash | |
| # IMPORTANT: READ THIS BEFORE RUNNING THIS SCRIPT! | |
| # This script only works when the system is configured correctly. Do these things first: | |
| # | |
| # Step 1: | |
| # - If you have an ~/.asoundrc file, rename it to ~/.asoundrc-default. If you don't have one, create an empty file named ~/.asoundrc-default. | |
| # - Create ~/.asoundrc-jack with the contents found here: https://gist.github.com/MaartenBaert/3630a1863969ba344704 | |
| # The script will create a symlink from .asoundrc to .asoundrc-jack when started, and from .asoundrc to .asoundrc-default when stopped. | |
| # |
NewerOlder