Package: hifiberry-dsp / 0.21-2

Metadata

Package Version Patches format
hifiberry-dsp 0.21-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix do not create alsa mixcer control.patch | (download)

hifiberrydsp/alsa/alsasync.py | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 fix do not create alsa mixcer control.



remove obsolete lxml zeroconf dependenc.patch | (download)

setup.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 remove obsolete lxml / zeroconf dependencies



add localhost to bind sigmatcp to loca.patch | (download)

hifiberrydsp/server/sigmatcp.py | 13 11 + 2 - 0 !
install-dsptoolkit | 2 1 + 1 - 0 !
2 files changed, 12 insertions(+), 3 deletions(-)

 add --localhost to bind sigmatcp to localhost only



use select instead of busy loop.patch | (download)

hifiberrydsp/alsa/alsasync.py | 7 6 + 1 - 0 !
1 file changed, 6 insertions(+), 1 deletion(-)

 use select instead of busy loop



reduce poll timeout to 1 second.patch | (download)

hifiberrydsp/alsa/alsasync.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 reduce poll timeout to 1 second

This reduces the system load but increases the time it takes to sync the
volume from the DSP to Alsa. I assume that syncing from Alsa to DSP is
the normal case, which is still faster due to using select.