| Commit message (Collapse) | Author | Files | Lines |
|
This new library is integrated in the PcmExport class and (if enabled)
converts MPD's channel order (= FLAC channel order) to ALSA channel
order.
This fixes:
http://bugs.musicpd.org/view.php?id=3147
and
http://bugs.musicpd.org/view.php?id=3255
|
|
Fixes mixer lag (http://bugs.musicpd.org/view.php?id=4425).
|
|
|
|
|
|
|
|
Also uses the notification system to display tags.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Right after booting, the monotonic clock starts with a very small
value, and AudioOutput::LockUpdate() may believe that the fail_timer
has not recovered yet.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Replaces StatFile(), with a portable data object.
|
|
|
|
|
|
|
|
|
|
The old struct config_param remains only for top-level string options.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|