Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jo committed Feb 27, 2018
1 parent f98e169 commit 00bebb8
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions jukebox.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,20 +86,20 @@ docker run \
```

### Use Jukebox with Pulseaudio
The point of this configuration is to force pulseaudio to use mixed ALSA output `alsa_output.dmix` (if it's available in your system). To check what sink is being used use `pactl list sinks`.

The point of this configuration is to force pulseaudio to use mixed ALSA output `alsa_output.dmix` (if it's available in your system). To check what sink is being used use `pactl list sinks`.

- Configure java machine as stated above to get Jukebox working.
- Configure pulseaudio alsa module to use dmix device by default (remember to edit an apropriate `*.pa` file, `/etc/pulse/default.pa` if your pulseaudio instance is being autospawn by clients or `/etc/pulse/system.pa` if you run pulseaudio in system mode):
Configure java machine as stated above to get Jukebox working

```
load-module module-alsa-sink device=dmix
load-module module-alsa-source device=snoop
```
- Configure pulseaudio to use dmix output by default.
Configure pulseaudio alsa module to use dmix device by default (remember to edit an apropriate `*.pa` file, `/etc/pulse/default.pa` if your pulseaudio instance is being autospawn by clients or `/etc/pulse/system.pa` if you run pulseaudio in system mode):

```
load-module module-alsa-sink device=dmix
load-module module-alsa-source device=snoop
```

```sh
set-default-sink asla_output.dmix
```
Configure pulseaudio to use dmix output by default.

```sh
set-default-sink asla_output.dmix
```

0 comments on commit 00bebb8

Please sign in to comment.