Updated WalkThrough_User_PulseOnJack (markdown)

This commit is contained in:
mxa 2014-08-16 21:02:18 -07:00
parent 232ea4b4c4
commit 752cadb537
1 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,7 @@ If you intend to use consumer applications like Flash or media players in your J
1. Redirect all ALSA output to PulseAudio
1. Redirect PulseAudio to JACK
Warning: If you follow this setup there is no control with qjackctl. Any settings there will have no effect. You will have to make changes to the configuration with jack_control. jack_control has no man page, try jack_control --help.
**Warning**: If you follow this setup there is no control with qjackctl. Any settings there will have no effect. You will have to make changes to the configuration with jack_control. jack_control has no man page, try jack_control --help.
## Redirecting ALSA to PulseAudio
@ -64,3 +64,6 @@ in settings options add a post startup script like this:
pactl load-module module-jack-sink channels=2; pactl load-module module-jack-source channels=2; pacmd set-default-sink jack_out
**Note**: after suspension you will have to restart pulseaudio and possibly the application using it. (If it is a browser plugin using the audio (flash), reloading the page should suffice. If it is html5 audio you will have to restart the browser) However, be aware that doing so might freeze programs connecting to Jack directly.
`pulseaudio -k`