Skip to content

Commit

Permalink
Update client_install.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thoelf authored May 4, 2021
1 parent 7c56081 commit 1f579fd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion client_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,14 @@ Edit the file and add the missing data.

The ```.lsp``` direcory will also include an automatically created file named ```selected_player.txt```. The file includes the text "mpd" or "squeeze" depending on the selected play method.

## Install VLC
## Install VLC - multimedia player and streamer
Install VLC:<br/>
```sudo apt install vlc```

## Install mpc - command line tool to interface MPD
Install mpc:<br/>
```sudo apt install mpc```

## Change the resampling quality (optional)
Edit ```/etc/pulse/daemon.conf``` to resample with a higher quality, e.g.:<br/>
```resample-method = speex-float-7```
Expand Down

0 comments on commit 1f579fd

Please sign in to comment.