-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8b8dfe6
commit d4f4170
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# squeezelite | ||
|
||
This is a modified version of squeezelite by Adrian Smith (Triode). | ||
At the moment of writing (October 2015), original code is here: https://code.google.com/p/squeezelite/ | ||
|
||
This verison was originally meant to always inspect pcm headers (if awaillable) to detect the real samplerate, depth and endianess, | ||
in order to override the wrong information coming form the server when transcoding or upsampling, this way you could save encodind | ||
after upsampling on LMS. | ||
|
||
Since october 4 2015 this mod has been incorporated in Daphile. | ||
|
||
It now incorporate an original patch from Daphile: Launched with -h prevent lms to downsample in case original samplerate is greater | ||
than the maximum imposed with -r in command line. | ||
|
||
This is a safety option, becouse LMS could not actually downsample pcm. |