Commit graph

980 commits

Author SHA1 Message Date
Marcus Weseloh
10f5ac41b5 Formatting and copyright 2024-06-19 18:44:47 +02:00
Marcus Weseloh
1f6bb07dd6 Use standard timestamping for JackStream chunks 2024-06-19 18:44:47 +02:00
Marcus Weseloh
da6041dcfe Formatting 2024-06-19 18:44:47 +02:00
Marcus Weseloh
41c86e65dc Only stop PcmStream if JackStream is stopped 2024-06-19 18:44:47 +02:00
Marcus Weseloh
0f910db3fc Add my name to copyright 2024-06-19 18:44:47 +02:00
Marcus Weseloh
2f6648cc1b Disable Jack logging by default
Jack sometimes outputs a log of messages and AIXLOG is not thread-safe
at the moment, so enabling Jack logging leads to quite a few missing
log messages or messages with invalid log-level or tag.
2024-06-19 18:44:47 +02:00
Marcus Weseloh
3527c0a2eb Use lambdas instead of static funcs for Jack callbacks 2024-06-19 18:44:47 +02:00
Marcus Weseloh
2921fd69d8 Use nullptr instead of NULL 2024-06-19 18:44:47 +02:00
Marcus Weseloh
78343004dc Use c++-style for function pointer 2024-06-19 18:44:47 +02:00
Marcus Weseloh
36008b5728 Remove unused include 2024-06-19 18:44:47 +02:00
Marcus Weseloh
ba0f9f209d Cleanup Jack time adjust code
Remove unnecessary member var and rename variables
for more clarity.
2024-06-19 18:44:47 +02:00
Marcus Weseloh
03eda48d6d Remove unused members vars 2024-06-19 18:44:47 +02:00
Marcus Weseloh
d30e1a5ea3 clang-format new sources 2024-06-19 18:44:47 +02:00
Marcus Weseloh
ff67399162 Start PcmStream before connecting to Jack server
Otherwise clients will bail due to a zero-length
PCM format header.
2024-06-19 18:44:47 +02:00
Marcus Weseloh
e5ebe35f80 Add server name parameter for jack client 2024-06-19 18:44:47 +02:00
Marcus Weseloh
3fc86a823b First implementation of JackStream 2024-06-19 18:44:47 +02:00
badaix
a31238a2fb Fix opus includes 2024-06-01 12:04:18 +02:00
badaix
5650397fd9 Fix opus includes 2024-06-01 11:51:06 +02:00
badaix
810b4e1a06 Change opus include path 2024-06-01 11:37:35 +02:00
badaix
b2f8b3bef0 Add link dirs 2024-05-31 23:04:48 +02:00
badaix
25e9bafc0b Add link dirs 2024-05-31 22:58:31 +02:00
badaix
ade93202aa Add link dirs 2024-05-31 22:52:34 +02:00
badaix
9a8f29800b Add link dirs 2024-05-31 22:38:43 +02:00
badaix
362dcfdcb9 Fix opus include path 2024-05-31 21:56:00 +02:00
badaix
80b8d77462 Add soxr include dir 2024-05-31 21:47:28 +02:00
badaix
3293b4fb06 Ignore boost warning 2024-05-31 20:14:16 +02:00
badaix
6754b3a15a Ignore warning from boost::process 2024-04-24 21:05:50 +02:00
Rudi Heitbaum
5fa01b8a49 reorder ogg and vorbis library linking
if vorbis has been built to depend of ogg, when trying to
statically link, the build of snapclient and snapserver fail.

reorder the libraries, to allow off symbols in vorbis to be
resolved.
2024-04-15 09:37:10 +02:00
badaix
6f040d3d22 Cleanup Snapserver includes 2024-04-04 19:02:45 +02:00
badaix
aa82ba8397 Cleanup Snapclient includes 2024-04-03 21:50:03 +02:00
badaix
241bf4913d Fix setting HTTP host name 2024-04-02 22:24:51 +02:00
badaix
e57dc0888f Fix mixer script 2024-04-02 21:53:36 +02:00
badaix
2ea2029856 Add version check for websocket-client 2024-03-28 10:25:26 +01:00
badaix
be083d2e8e Fix librespot reconnect handling 2024-03-26 20:26:48 +01:00
badaix
6451ab5b8d Omit status updates for null streams 2024-03-26 14:30:24 +01:00
badaix
fcac07b07a Change log severity for retries 2024-03-24 23:37:18 +01:00
badaix
397545593d Update index.html 2024-03-24 23:36:38 +01:00
badaix
f877308760 Remove "chunk_ms" from documentation 2024-03-24 22:55:50 +01:00
badaix
b6d69ca919 Fix typo 2024-03-15 12:01:51 +01:00
badaix
275a53a845 Remove PosixStream layer 2024-03-13 20:27:13 +01:00
badaix
86cd4b2b63 update index.html 2024-03-12 22:18:56 +01:00
badaix
4ce1697277 Fix Snapweb dir 2024-02-24 21:00:05 +01:00
badaix
8fffd6fdec Remove Snapweb from project 2024-02-24 20:07:49 +01:00
badaix
0e74570dcc Fix url 2024-02-17 20:44:16 +01:00
badaix
baf09b340e Reformat code 2024-02-17 20:34:11 +01:00
badaix
42678620c6 Improve mopidy connect handling 2024-02-17 20:10:26 +01:00
badaix
2b6774bdca Set title meta data for FileStream 2024-01-07 20:57:29 +01:00
badaix
6e786255e1 Fix cppcheck issues 2023-12-30 11:37:35 +01:00
Hailey Somerville
5fc40f1049
check open syscall error in PipeStream::do_connect (#1150) 2023-10-25 22:35:25 +02:00
yubiuser
abe6dea35a
Tweak Airplay (#1102)
Signed-off-by: Christian König <ckoenig@posteo.de>
Co-authored-by: Johannes Pohl <johannes.pohl@badaix.de>
2023-07-14 10:59:53 +02:00