forked from mikebrady/shairport-sync
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle active_remote_id as a string rather than an unsigned 32-bit n…
…umber -- seems ROON uses a longer character sequence. Tidy up some error messages about which backend is selected. Tighten up memory allocatons in DACP.c. Add a default name for the pipe backend: /tmp/shairport-sync-audio Ensure the metadata pipe is created, if necessary, when the --with-metadata option is chosen without dbus or mpris Make the first output backend in the list of backends the default and make its name the default output_name. Clang-format everything Add the word 'jack' to the version string if Jack Audio support is compiled in. Fix a flaw in resyncing -- a flush is set up but not triggered. Open metadata and audio pipes with 666 permissions. Ensure metadata and cover art are enabled if metadata support is included at compilation. Reword some misleading error messages. Set convolution defaults even if no configuration file is found.
- Loading branch information
Showing
15 changed files
with
1,122 additions
and
1,003 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
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
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
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
Oops, something went wrong.