1
0
Fork 0
mirror of https://github.com/badaix/snapcast synced 2025-09-12 00:02:33 +02:00

Commit graph

  • a013558e81 Reformat code badaix 2020-02-22 16:43:13 +01:00
  • de75ad9b2c Resampling can use original rate or bit depth badaix 2020-02-21 21:11:26 +01:00
  • 0de2bbde36 Fix compile error badaix 2020-02-18 23:24:25 +01:00
  • 1bc8f74c41 Change SampleFormat variables to getters badaix 2020-02-18 22:47:04 +01:00
  • 07f34a8f09
    Update README, make it more beginner-friendly axel simon 2020-02-18 16:12:53 +00:00
  • 96856ae5a6 Fix macos compiler warning badaix 2020-02-17 23:05:17 +01:00
  • 3d80a5dd05 Fix compiler warnings badaix 2020-02-17 22:27:15 +01:00
  • 3c1e234bd7 Android link against soxr badaix 2020-02-17 22:05:22 +01:00
  • fd862f1bd6 Fix deadlock and segfault in stream badaix 2020-02-17 22:04:47 +01:00
  • 99e147c5aa Remove timeout in getNextPlayerChunk badaix 2020-02-16 21:23:26 +01:00
  • 3e91984d3e fix missing include Jean-Philippe Menil 2020-02-15 21:58:20 +01:00
  • c9c08b59f5 Refactor stream synchronization badaix 2020-02-16 13:26:12 +01:00
  • ce999dbc35 fix missing include #549 Jean-Philippe Menil 2020-02-15 21:58:20 +01:00
  • c9034b6d12 Add libsoxr to travis.yml badaix 2020-02-15 21:04:35 +01:00
  • bbfefc9ee6 Add soxr dependency for debian badaix 2020-02-14 22:53:39 +01:00
  • 7119f0626c Add log tags badaix 2020-02-14 22:53:08 +01:00
  • 835c4864bd Add soxr to cmake badaix 2020-02-14 22:11:26 +01:00
  • 3fc8b9ca08 Add optional resampling of the output stream badaix 2020-02-14 08:46:13 +01:00
  • 549fcba40f Use realloc to avoid memleak badaix 2020-02-14 08:42:10 +01:00
  • 6d4b91cf2b Fix comments - last slice may be bigger, not smaller Christian Flach 2020-02-12 10:09:11 +01:00
  • f842f5b3b8 Fix invalid memory accesses and underflows Christian Flach 2020-02-12 00:19:08 +01:00
  • 8c8226f2dc Remove most usages of "new" and "malloc" in the client Christian Flach 2020-02-11 23:29:32 +01:00
  • 9173336cf3
    Fix comments - last slice may be bigger, not smaller #546 Christian Flach 2020-02-12 10:09:11 +01:00
  • 5b6fb8653c
    Fix invalid memory accesses and underflows Christian Flach 2020-02-12 00:19:08 +01:00
  • 3d60703021
    Remove most usages of "new" and "malloc" in the client Christian Flach 2020-02-11 23:29:32 +01:00
  • 689f550049 Uncomment resampling badaix 2020-02-10 21:45:05 +01:00
  • d77d4dadd5 Merge branch 'resample' into develop badaix 2020-02-10 21:17:17 +01:00
  • 03b5d639cc Add scripts.md with example HTTP requests badaix 2020-02-09 20:03:15 +01:00
  • eb3a240120 Add ClientSettings struct for client settings badaix 2020-02-09 19:57:10 +01:00
  • 83ab1cb260 Small time sync fix badaix 2020-02-09 19:51:48 +01:00
  • d82c3c42ae Replace c casts with static_casts badaix 2020-02-09 13:13:04 +01:00
  • 546e62b508 Use smaller time diff buffer badaix 2020-02-09 13:11:36 +01:00
  • 08902ae0a5 Remove call to gettimeofday badaix 2020-02-09 12:22:26 +01:00
  • bac33043cf Use steady clock badaix 2020-02-09 11:38:49 +01:00
  • 5a3abc31ed Remove unused lambda parameter badaix 2020-02-08 16:01:22 +01:00
  • 384e71b7c9 Save server config deferred badaix 2020-02-08 12:17:12 +01:00
  • 13dd05545d Install Android libs in NDK/usr/local badaix 2020-02-04 20:12:06 +01:00
  • 6ad6467e73 Reformat code badaix 2020-02-03 09:10:33 +01:00
  • 51565176ab Adapt playback speed to latency badaix 2020-02-02 21:51:03 +01:00
  • 9561ae7be9
    Fix 'Bad Address' error when sending large messages #543 Christian Flach 2020-01-30 10:57:47 +01:00
  • 62fe9c99c4
    Add support for cover art Christian Flach 2020-01-29 17:25:14 +01:00
  • e7e57d63cd
    Merge pull request #539 from cmfcmf/librespot-killall Johannes Pohl 2020-02-02 19:58:27 +01:00
  • a0c8800f24
    Merge pull request #537 from cmfcmf/airplay-metadata Johannes Pohl 2020-02-02 16:42:58 +01:00
  • a894520599
    Merge branch 'develop' into airplay-metadata #537 Johannes Pohl 2020-02-02 16:41:16 +01:00
  • f6f107af28 cmake: properly link against libatomic when needed Felix Geyer 2020-02-01 22:32:09 +01:00
  • c4a4c77417 cmake: fix libatomic checks Felix Geyer 2020-02-01 22:27:12 +01:00
  • 322f270839 Fix typos in log messages Felix Geyer 2020-02-01 22:36:21 +01:00
  • a8bfc32be5 Add Void Linux installation instructions amak 2020-01-30 10:27:28 +11:00
  • effa0e7115 Switch back to system time badaix 2020-02-02 16:05:05 +01:00
  • f3c3d401c0 Use steady clock instead of system time badaix 2020-02-02 13:32:46 +01:00
  • a0be65fc45 Use dynamic FramesPerCallback in Oboe badaix 2020-02-02 12:19:19 +01:00
  • d1b4acbfc4 Do fewer playback speed adaptions badaix 2020-02-02 10:58:32 +01:00
  • 4d4270dad5 Refactor getNextPlayerChunk badaix 2020-02-01 23:26:02 +01:00
  • 71ed07a1d0 Check result of snd_pcm_avail_delay badaix 2020-02-01 23:23:06 +01:00
  • 9545b7cbd0 Fix typos in log messages #541 Felix Geyer 2020-02-01 22:36:21 +01:00
  • 23bede3509 cmake: properly link against libatomic when needed #540 Felix Geyer 2020-02-01 22:32:09 +01:00
  • 46714ec31d cmake: fix libatomic checks Felix Geyer 2020-02-01 22:27:12 +01:00
  • f301c55cb0 Reduce playback speed adaptions badaix 2020-02-01 13:37:51 +01:00
  • 9fe41c87b8 Improve alsa latency estimation badaix 2020-02-01 13:32:13 +01:00
  • 678f102a98
    Add option to not kill all librespot instances #539 Christian Flach 2020-01-30 14:15:54 +01:00
  • c9474c6d51 Oboe improvements badaix 2020-01-30 08:46:38 +01:00
  • 0363bcab88 Add Void Linux installation instructions #538 amak 2020-01-30 10:27:28 +11:00
  • c6cbc24163
    Correct argument escaping of --name paramter Christian Flach 2020-01-29 19:13:21 +01:00
  • 0aed04f9b3
    Fix reading from the metadata pipe, remove old code Christian Flach 2020-01-29 14:21:40 +01:00
  • 4fe4310ff2
    Add expat to cmake and build requirements Christian Flach 2020-01-29 14:11:09 +01:00
  • 31a9e30666
    Use unique metadata pipe per AirplayStream Christian Flach 2020-01-29 12:59:53 +01:00
  • 05575f46e6
    Fix automatic port selection Christian Flach 2020-01-29 11:38:50 +01:00
  • 75a0813fce Merge branch 'master' into develop badaix 2020-01-28 23:43:02 +01:00
  • 2158c3e085 Update changelog.md badaix 2020-01-28 23:42:43 +01:00
  • 71f4b2f4ee Add airplay fix to changelog v0.18.1 badaix 2020-01-28 18:57:34 +01:00
  • a7808cfec3 Overwrite sample format for airplay before ctor is called Christian Flach 2020-01-28 14:46:41 +01:00
  • 4e4ab2e4c5
    Overwrite sample format for airplay before ctor is called #536 Christian Flach 2020-01-28 14:46:41 +01:00
  • 1fafa45de2 Merge branch 'master' into develop badaix 2020-01-28 00:14:02 +01:00
  • 862f08da9f Update version number to v0.18.1 badaix 2020-01-28 00:13:35 +01:00
  • 3a7f1573f2 Less debug logging badaix 2020-01-28 00:06:54 +01:00
  • a9b042f78e Fix crash during client disconnect badaix 2020-01-25 22:20:02 +01:00
  • 21d259d0af Fix crash during client disconnect badaix 2020-01-25 22:20:02 +01:00
  • 08de66fe70 Improve oboe latency estimation badaix 2020-01-25 14:32:39 +01:00
  • 5b9fc3d68d Add Oboe player for Android badaix 2020-01-24 23:06:12 +01:00
  • d826a89795 Add oboe as submodule badaix 2020-01-24 21:22:04 +01:00
  • 1f1c00981b Raise version number to v0.18.0 v0.18.0 badaix 2020-01-22 21:24:40 +01:00
  • a575e9d3ef Reformat code badaix 2020-01-22 21:17:57 +01:00
  • 4bc02a8f55 Remove unused process.hpp badaix 2020-01-21 23:01:48 +01:00
  • d44f3be4ed Add more comments to snapserver.conf badaix 2020-01-21 22:54:39 +01:00
  • fbaad305d2 Merge branch 'develop' into resample badaix 2020-01-21 08:55:33 +01:00
  • 99cf9f8e81 Remove -Wno-psabi compiler flag badaix 2020-01-20 21:23:05 +01:00
  • f94687827e Add -Wno-psabi to Makefiles badaix 2020-01-20 21:10:06 +01:00
  • 9d7e08b439 Add an initial binary protocol doc. Brian Daniels 2020-01-19 10:05:49 -06:00
  • fbf0b58808 Add an initial binary protocol doc. #532 Brian Daniels 2020-01-19 10:05:49 -06:00
  • d173f728eb Merge branch 'develop' of https://github.com/badaix/snapcast into develop badaix 2020-01-19 21:20:47 +01:00
  • f25e979af7 Snapclient systemd service to after=network-online swhaat 2020-01-19 10:42:53 +01:00
  • 3bdd17ccc5 Merge branch 'master' into develop badaix 2020-01-19 17:53:53 +01:00
  • 0edb7638b2 Add tsan lean as comment badaix 2020-01-19 17:53:24 +01:00
  • ce5bcb379b one more Jesse Sheidlower 2020-01-16 03:51:09 -05:00
  • fa1a32f56c fixed minor typos Jesse Sheidlower 2020-01-16 03:47:50 -05:00
  • 85708bc508
    Snapclient systemd service to after=network-online #531 swhaat 2020-01-19 10:42:53 +01:00
  • f767b9df5d one more #528 Jesse Sheidlower 2020-01-16 03:51:09 -05:00
  • caf8e412a7 fixed minor typos Jesse Sheidlower 2020-01-16 03:47:50 -05:00
  • 8613e1f798 Add Android arm64 support badaix 2020-01-15 21:37:57 +01:00
  • 0a40d8de63 Fix memory leak in ogg encoder badaix 2020-01-12 15:46:16 +01:00