badaix
c9474c6d51
Oboe improvements
...
Add latency tuner
Read defaults from environment
2020-01-30 08:46:38 +01:00
Christian Flach
c6cbc24163
Correct argument escaping of --name paramter
...
Previously, the "" were treated as part of the devicename. This lead to Airplay names which included the "".
Instead, we must quote the whole argument, so that the name does not contain "".
2020-01-29 23:13:19 +01:00
Christian Flach
0aed04f9b3
Fix reading from the metadata pipe, remove old code
...
We must not open the pipe with O_NONBLOCK, because it might not be ready yet.
2020-01-29 23:13:19 +01:00
Christian Flach
4fe4310ff2
Add expat to cmake and build requirements
2020-01-29 14:11:09 +01:00
Christian Flach
31a9e30666
Use unique metadata pipe per AirplayStream
2020-01-29 13:06:30 +01:00
Christian Flach
05575f46e6
Fix automatic port selection
...
- shairport-sync sends a different message since 3.0 when the port cannot be opened (945483d9c3
)
- to send logs to stderr, the --use-stderr parameter is needed since 3.3 (https://github.com/mikebrady/shairport-sync/blob/master/RELEASENOTES.md#version-33 )
2020-01-29 11:38:50 +01:00
badaix
75a0813fce
Merge branch 'master' into develop
2020-01-28 23:43:02 +01:00
badaix
2158c3e085
Update changelog.md
2020-01-28 23:42:43 +01:00
badaix
71f4b2f4ee
Add airplay fix to changelog
2020-01-28 18:57:34 +01:00
Christian Flach
a7808cfec3
Overwrite sample format for airplay before ctor is called
2020-01-28 18:41:18 +01:00
badaix
1fafa45de2
Merge branch 'master' into develop
2020-01-28 00:14:02 +01:00
badaix
862f08da9f
Update version number to v0.18.1
2020-01-28 00:13:35 +01:00
badaix
3a7f1573f2
Less debug logging
2020-01-28 00:06:54 +01:00
badaix
a9b042f78e
Fix crash during client disconnect
2020-01-26 16:02:23 +01:00
badaix
21d259d0af
Fix crash during client disconnect
2020-01-25 22:20:02 +01:00
badaix
08de66fe70
Improve oboe latency estimation
2020-01-25 14:32:39 +01:00
badaix
5b9fc3d68d
Add Oboe player for Android
2020-01-24 23:06:12 +01:00
badaix
d826a89795
Add oboe as submodule
2020-01-24 21:22:04 +01:00
badaix
1f1c00981b
Raise version number to v0.18.0
2020-01-22 21:24:40 +01:00
badaix
a575e9d3ef
Reformat code
2020-01-22 21:17:57 +01:00
badaix
4bc02a8f55
Remove unused process.hpp
2020-01-21 23:01:48 +01:00
badaix
d44f3be4ed
Add more comments to snapserver.conf
2020-01-21 22:54:39 +01:00
badaix
fbaad305d2
Merge branch 'develop' into resample
2020-01-21 08:55:33 +01:00
badaix
99cf9f8e81
Remove -Wno-psabi compiler flag
2020-01-20 21:23:05 +01:00
badaix
f94687827e
Add -Wno-psabi to Makefiles
2020-01-20 21:10:06 +01:00
Brian Daniels
9d7e08b439
Add an initial binary protocol doc.
2020-01-20 19:00:45 +01:00
badaix
d173f728eb
Merge branch 'develop' of https://github.com/badaix/snapcast into develop
2020-01-19 21:20:47 +01:00
swhaat
f25e979af7
Snapclient systemd service to after=network-online
2020-01-19 18:01:02 +01:00
badaix
3bdd17ccc5
Merge branch 'master' into develop
2020-01-19 17:53:53 +01:00
badaix
0edb7638b2
Add tsan lean as comment
2020-01-19 17:53:24 +01:00
Jesse Sheidlower
ce5bcb379b
one more
2020-01-19 17:51:37 +01:00
Jesse Sheidlower
fa1a32f56c
fixed minor typos
2020-01-19 17:51:37 +01:00
badaix
8613e1f798
Add Android arm64 support
2020-01-15 21:37:57 +01:00
badaix
0a40d8de63
Fix memory leak in ogg encoder
2020-01-12 15:46:16 +01:00
badaix
1bd5365c64
Fix AddressSanitizer alloc-dealloc-mismatch
2020-01-12 15:26:20 +01:00
badaix
ed8479873c
Use soxr_process instead of soxr_oneshot
2020-01-12 14:29:46 +01:00
badaix
2d64ee25a2
Resample incoming chunks
2020-01-12 13:26:55 +01:00
badaix
52af69618c
Update aixlog to v1.2.5
2020-01-10 23:05:04 +01:00
badaix
cd9f785425
Code cleanup
2020-01-10 21:28:42 +01:00
badaix
a75e4857e6
Link against libatomic
2020-01-09 09:16:51 +01:00
badaix
7b268b83df
Remove unused shared_from_this
2020-01-08 21:22:56 +01:00
badaix
a01f61b3c8
Merge branch 'master' into develop
2020-01-08 18:25:55 +01:00
Jordan Speicher
ec2e7b23f5
Update instructions to include opus dependencies
2020-01-08 15:57:41 +01:00
badaix
4a802d73ba
Switch to boost::process
2020-01-07 21:03:57 +01:00
badaix
87d4c00d21
Fix deadlock during shutdown
2020-01-07 20:25:22 +01:00
badaix
e195298e74
Revert back to process from boost::process
2020-01-06 23:23:56 +01:00
Johannes Pohl
d493493868
Update build.md
2020-01-06 21:40:37 +01:00
badaix
062e46060c
Fix crash during shutdown
...
In case there are multiple PosixStreams with the same name, the server crashed during shutdown
2020-01-06 18:50:57 +01:00
badaix
e12fa3fc7d
Travis don't warn unused parameter
...
because of boost::process on macOS for xcode 10 and 11
2020-01-05 23:52:56 +01:00
badaix
9496d51ccd
Use boost::process::pipe instead of async_pipe
...
due to a bug in boost 1.72:
https://github.com/boostorg/process/issues/116
2020-01-05 22:28:01 +01:00