• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

alpine/H04-Jun-2020-139115

doc/H04-Jun-2020-345326

dsd2pcm/H03-May-2022-334174

rsc/H03-May-2022-

scripts/H04-Jun-2020-1,155909

tools/H04-Jun-2020-930706

.gitignoreH A D04-Jun-202076 76

MakefileH A D03-May-20224.3 KiB173145

Makefile.armelH A D04-Jun-2020761 2515

Makefile.freebsdH A D04-Jun-2020187 64

Makefile.i386H A D04-Jun-2020524 115

Makefile.osxH A D04-Jun-2020336 84

Makefile.paH A D04-Jun-2020154 74

Makefile.paossH A D04-Jun-2020769 2314

Makefile.ppcH A D04-Jun-2020925 2616

Makefile.ppc64H A D04-Jun-2020960 2616

Makefile.pulseH A D04-Jun-2020152 74

Makefile.resampleH A D04-Jun-202036 42

Makefile.rpiH A D04-Jun-2020260 63

Makefile.sunH A D04-Jun-2020741 2516

Makefile.x86_64H A D04-Jun-2020688 94

README.mdH A D04-Jun-20201.5 KiB3433

alac.cH A D04-Jun-202015 KiB554440

alac_wrapper.cppH A D04-Jun-20202.3 KiB6631

alac_wrapper.hH A D04-Jun-20201.5 KiB4016

buffer.cH A D04-Jun-20203 KiB11676

daemonize.cH A D04-Jun-20202.9 KiB11160

decode.cH A D03-May-20227.7 KiB297210

dop.cH A D04-Jun-20202.3 KiB8752

dsd.cH A D04-Jun-202023.7 KiB931765

faad.cH A D04-Jun-202016.6 KiB660519

ffmpeg.cH A D04-Jun-202023.3 KiB803635

flac.cH A D04-Jun-20209.8 KiB335264

gpio.cH A D04-Jun-20202.6 KiB10663

ir.cH A D04-Jun-20207.4 KiB295217

mad.cH A D04-Jun-202011.3 KiB420321

main.cH A D03-May-202222.1 KiB847768

minimal_gpio.cH A D04-Jun-20206.3 KiB284201

mpg.cH A D04-Jun-20207 KiB278201

opus.cH A D04-Jun-20207.7 KiB326231

output.cH A D04-Jun-202014.3 KiB449355

output_alsa.cH A D04-Jun-202029 KiB1,055834

output_pa.cH A D04-Jun-202016.5 KiB636485

output_pack.cH A D04-Jun-202011.2 KiB366332

output_pulse.cH A D04-Jun-202014.3 KiB516380

output_stdout.cH A D04-Jun-20204.2 KiB184114

output_vis.cH A D04-Jun-20204.7 KiB172121

pcm.cH A D04-Jun-202012.8 KiB489403

process.cH A D04-Jun-20204.9 KiB195107

resample.cH A D04-Jun-202010 KiB368270

slimproto.cH A D04-Jun-202026.2 KiB969768

slimproto.hH A D04-Jun-20203.6 KiB186126

squeezelite-dll.slnH A D04-Jun-2020900 2119

squeezelite-dll.vcprojH A D04-Jun-20207 KiB382381

squeezelite.hH A D03-May-202221.4 KiB796647

squeezelite.slnH A D04-Jun-2020891 2119

squeezelite.vcprojH A D04-Jun-20207.3 KiB387386

sslsym.cH A D04-Jun-20205.1 KiB167126

stream.cH A D04-Jun-202013.5 KiB605464

utils.cH A D04-Jun-202011.2 KiB526418

vorbis.cH A D04-Jun-20209.8 KiB380280

README.md

1Squeezelite v1.9.x, Copyright 2012-2015 Adrian Smith, 2015-2019 Ralph Irving.<br>
2<br>
3See the squeezelite manpage for usage details.<br>
4https://ralph-irving.github.io/squeezelite.html<br>
5<br>
6This program is free software: you can redistribute it and/or modify<br>
7it under the terms of the GNU General Public License as published by<br>
8the Free Software Foundation, either version 3 of the License, or<br>
9(at your option) any later version.<br>
10<br>
11This program is distributed in the hope that it will be useful,<br>
12but WITHOUT ANY WARRANTY; without even the implied warranty of<br>
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the<br>
14GNU General Public License for more details.<br>
15<br>
16You should have received a copy of the GNU General Public License<br>
17along with this program.  If not, see <http://www.gnu.org/licenses/>.<br>
18<br>
19Contains dsd2pcm library Copyright 2009, 2011 Sebastian Gesemann which<br>
20is subject to its own license.<br>
21<br>
22Contains the Daphile Project full dsd patch Copyright 2013-2017 Daphile,<br>
23which is subject to its own license.<br>
24<br>
25Option to allow server side upsampling for PCM streams (-W) from<br>
26squeezelite-R2 (c) Marco Curti 2015, marcoc1712@gmail.com.<br>
27<br>
28RaspberryPi minimal GPIO Interface<br>
29http://abyz.me.uk/rpi/pigpio/examples.html#Misc_minimal_gpio.<br>
30<br>
31This software uses libraries from the FFmpeg project under<br>
32the LGPLv2.1 and its source can be downloaded from<br>
33https://sourceforge.net/projects/lmsclients/files/source/<br>
34