Package: hifiberry-dsp / 0.21-2
Metadata
Package | Version | Patches format |
---|---|---|
hifiberry-dsp | 0.21-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
fix do not create alsa mixcer control.patch | (download) |
hifiberrydsp/alsa/alsasync.py |
6 3 + 3 - 0 ! |
fix do not create alsa mixcer control. |
remove obsolete lxml zeroconf dependenc.patch | (download) |
setup.py |
4 2 + 2 - 0 ! |
remove obsolete lxml / zeroconf dependencies |
add localhost to bind sigmatcp to loca.patch | (download) |
hifiberrydsp/server/sigmatcp.py |
13 11 + 2 - 0 ! |
add --localhost to bind sigmatcp to localhost only |
use select instead of busy loop.patch | (download) |
hifiberrydsp/alsa/alsasync.py |
7 6 + 1 - 0 ! |
use select instead of busy loop |
reduce poll timeout to 1 second.patch | (download) |
hifiberrydsp/alsa/alsasync.py |
2 1 + 1 - 0 ! |
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. |
1