You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,11 @@ LSP is tested to work with Ubuntu Server on the server and Ubuntu Desktop on the
8
8
# Playing music locally on the server
9
9
LSP uses LMS (Logitech Media Server/Squeezebox server) with SqueezeLite as the player. Both programs are installed on the server and plays local and streamed music. My source of streamed music is mainly Deezer, but other streaming services (e.g. Spotify and Qobuz) are supported and available as plugins to LMS.
10
10
11
-
Personally, I prefer to run LMS in a Docker container. LMS can also be installed as a .deb file.
11
+
Personally, I prefer to run LMS in a Docker container. LMS can also be installed from a .deb file.
12
12
13
13
LMS/SqueezeLite is controlled from a web browser on the client or from a mobile app, for example the LMS app from the F-Droid app catalog. The LMS app requires you to use Material Skin (a plugin to LMS on the server). Material Skin is strongly recommended and is easily installed from the browser when you have installed LMS (the server).
14
14
15
-
In this play mode, the audio stream is piped from SqueezeLite to CamillaDSP (for room EQ) and then to the DAC. No resampling is taking place from the source to the DAC. This is intentional and is based on the believe that it is better to leave any resamling to the DAC. In this play mode, your DAC must support the sample rate of the source.
15
+
In this play mode, the audio stream is piped from SqueezeLite to CamillaDSP (for room EQ) and then to the DAC. No resampling is taking place from the source to the DAC. This is based on the believe that it is better to leave any resamling to the DAC. In this play mode, your DAC must support the sample rate of the source.
16
16
17
17
# Playing music on the client and streaming it to the server
18
18
In this play mode, the music is streamed from the client to the server. I use Firefox to stream music from the Deezer webpage. I use Firefox as the music playing browser, just to make my preferred browser (Brave) free for all other browsing activities.
@@ -21,7 +21,7 @@ If you prefer Spotify, you might be better off with the Spotify application for
21
21
22
22
You can use only LMS and SqueezeLite for your audio streaming. If doing so you cannot use the user interface, that for example Deezer among other streaming services, provide via their web pages. I have come to use LMS the most, but it can be good to have the ability to stream from the client.
23
23
24
-
When streaming from a browser, the environment for the browser on the client is set up so that the browser plays to the nullsink. The audio sent to the nullsink is inaudible on the client. While streaming to the nullsink on the client, it is possible to play audio on the client from other audio players.
24
+
When streaming from a browser, the environment for the browser on the client is set up so that the browser plays to the nullsink. The audio sent to the nullsink is inaudible on the client. While streaming to the nullsink on the client, it is still possible to play audio on the client from other audio players.
25
25
26
26
An audio stream is set up from the nullsink using cvlc. MPD on the server receives the stream and pipes it to CamillaDSP (for room EQ) and then to the DAC.
27
27
@@ -30,7 +30,7 @@ The audio stream is resampled to 44.1 kHz on the client. If you like, you can co
30
30
# Controlling LSP
31
31
When all is set up and working, the browser starts automatically and the latest play mode is selected when you log in. The browser can also be started from Cairo dock, any other dock you prefer or just by runnning the start script. Another script (or button in a dock) is for selecting the play mode. The selection of play mode is shown using GNOME notifications.
32
32
33
-
In the files for the client there is a one-liner "script" for Conky, if you want to use Conky to show which player that is selected.
33
+
In the files for the client there is a one-liner "script" for Conky, if you want to use Conky to show the selected player mode.
34
34
35
35
# Room EQ with CamillaDSP
36
36
LSP uses CamillaDSP for room EQ. You can get the filter parameters from measurements using a USB microphone and REW. When starting out, you can start with no filters and then add filters in the future, by ear of from your own measurements. The frequence response in untreated rooms can have a big bump in the base region, which it should be able to lower by ear.
@@ -49,4 +49,4 @@ LSP uses CamillaDSP for room EQ. You can get the filter parameters from measurem
49
49
Follow the procedures in [server_install.md](./server_install.md) to install software and files on the server. Follow the procedures in [client_install.md](./client_install.md) to install software and files on the client.
50
50
51
51
# A note about the software used or referenced
52
-
The software in LSP and all software used by LSP, is free and open source software. The REW application, which is not strictly needed, is closed source software that is free of cost, i.e. freeware.
52
+
The software in LSP and all software used by LSP, is free and open source software. The REW application, which is not strictly needed, is closed source software that is free of cost, i.e. freeware. Donating to these projects are encouraged.
Copy file name to clipboardExpand all lines: server_install.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,8 @@ audio_output {
26
26
```
27
27
There might be other settings you might want to do in this file.
28
28
29
+
You might also want to alter the niceness for the mpd process and its subprocess CamillaDSP. To do that, add for example ```Nice=-10``` in the ```[service]``` section of ```/lib/systemd/system/mpd.service```.
30
+
29
31
# SqueezeLite
30
32
## Getting the binary file - Alt 1: Compile from source
0 commit comments