Commit graph

875 commits

Author SHA1 Message Date
badaix
2d88ee85cd Opus encoder resamples to 48000:16:2 2020-08-03 22:52:42 +02:00
badaix
fcbe405858 Install snapweb 2020-08-02 23:38:34 +02:00
badaix
579d422b7d Use cmake when building debian packages 2020-08-01 12:11:50 +02:00
badaix
1528a0fe81 Add include path to macOS cmake 2020-07-30 08:40:20 +02:00
badaix
24e73c3205 Change opus include path 2020-07-30 00:21:43 +02:00
badaix
91321b18f3 Fix warning 2020-07-21 18:41:16 +02:00
badaix
530c4d394a Fix warning 2020-07-21 18:28:48 +02:00
badaix
0a82c92e20 Fix warnings 2020-07-21 18:09:35 +02:00
badaix
af93719490 Rename MessageReceiver to StreamMessageReceiver 2020-07-21 17:09:26 +02:00
badaix
d52015ff09 Move logic from StreamServer into new Server class 2020-07-20 11:54:58 +02:00
badaix
ed0521a1d2 Rename onChunkRead to onNewChunk 2020-07-11 19:39:58 +02:00
badaix
01ce9a60c0 Streaming clients can connect via Websockets 2020-07-11 19:39:58 +02:00
badaix
ae7d04a944 Update man files 2020-06-11 18:25:55 +02:00
badaix
9e22f32548 Add logsink system for BSD and macOS 2020-06-08 23:07:23 +02:00
badaix
e148d74772 Move --user command line setting into config file 2020-06-07 14:21:58 +02:00
badaix
fce34d82c8 Fix some TODOs 2020-06-01 11:47:28 +02:00
badaix
ade2bc9bf7 Possible Websocket fix 2020-05-31 17:57:03 +02:00
badaix
c1c521b260 Reformat code 2020-05-31 13:46:26 +02:00
Johannes Pohl
c07b56816d
Merge pull request #625 from jonahquark81/master
Minor tweaks to resolve #623 & #624
2020-05-31 13:43:38 +02:00
jonahquark
76ef652ea8 Revert error message 2020-05-20 19:34:15 +01:00
jonahquark
8d715e6bfc Dont try to parse empty settings.json 2020-05-20 19:27:52 +01:00
jonahquark
0168bb17ab Retry reading metadata on bad file descriptor 2020-05-20 19:26:02 +01:00
badaix
7c71e0346b Read logging settings from config file 2020-05-15 21:33:40 +02:00
badaix
ccb0e7c6c8 Raise version number to v0.20.0 2020-05-09 15:28:46 +02:00
badaix
052dbddb93 Disable compiler warnings for boost process 2020-05-05 22:45:36 +02:00
badaix
424487a48e Add sharing mode for Oboe, log device settings 2020-05-05 21:46:21 +02:00
badaix
dd913acff9 Add mixer mode "none" 2020-05-03 20:10:01 +02:00
Johannes Pohl
0bcd0165ef
Merge pull request #602 from rusitschka/disable-audio-cache
Add support for disabling audio files caching
2020-05-02 21:04:19 +02:00
Steffen Rusitschka
445a6b9a53
Merge branch 'master' into disable-audio-cache 2020-05-02 17:48:49 +02:00
Steffen Rusitschka
4cb2b718be add flag for --disable-audio-cache 2020-05-02 17:17:35 +02:00
badaix
b23255389f Fix server crash if client crashes during connect 2020-05-02 14:25:55 +02:00
badaix
47f7291d4f Rename msg::ClientSettings to msg::ClientInfo 2020-05-01 22:37:25 +02:00
badaix
b5854df960 Server reads and propagates client volume changes 2020-05-01 22:37:25 +02:00
badaix
0996c04dca Change some log levels 2020-05-01 22:37:25 +02:00
badaix
4bdbc24c52 Fix syslog process name 2020-04-18 21:18:46 +02:00
badaix
a2311dfbfd Make logsink and filter configurable 2020-04-18 15:32:30 +02:00
badaix
ad8332345f Remove SLOG from logging 2020-04-16 09:01:09 +02:00
badaix
d52b5f1e6a Make some functions const 2020-03-25 08:37:18 +01:00
badaix
dac7c8f4f7 Add snapserver.bsd 2020-03-17 19:35:09 +01:00
badaix
c977a884f7 Use -hh to show config file options 2020-03-05 23:26:31 +01:00
badaix
0256409189 Add autoplay option for librespot 2020-03-02 21:12:27 +01:00
badaix
bcf48a2b4e Fix compiler warning 2020-03-02 18:50:22 +01:00
badaix
61de7fab5d Fix compiler warning 2020-03-01 19:07:22 +01:00
badaix
2b14641704 Makre resync more tolerant 2020-03-01 18:54:00 +01:00
badaix
63ad64dfff Pass encoded chunks as shared_ptr 2020-02-29 21:48:12 +01:00
badaix
d9d403d729 Fix crash during shutdown 2020-02-29 19:59:01 +01:00
badaix
a8998997e9 Change stream reader to use actual chunk duration
e.g. a configured chunk_ms of 11 will read a 44.1kHz stream in chunks of 485 frames (=10.9977ms)
2020-02-29 19:24:47 +01:00
badaix
0956a24d2e Small fix in queue cleanup 2020-02-28 08:15:14 +01:00
badaix
5cd42b7847 Raise version number to 0.19.0 2020-02-27 22:05:53 +01:00
badaix
31c0dd5287 Fix timesync 2020-02-27 21:25:47 +01:00