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

Commit graph

  • 5a122c1780 Fix configuration docs: "stream" -> "source" badaix 2020-12-15 23:03:03 +01:00
  • 7241a97348 Change librespot "killall" default to false badaix 2020-12-15 18:17:35 +01:00
  • c0e291635c Migrate to Oboe 1.5.0 badaix 2020-12-12 23:06:26 +01:00
  • a5302ba43f Build externals for x86, update Oboe to 1.5.0 badaix 2020-12-12 22:30:59 +01:00
  • 8d4db0062f
    Fix markdown for json rpc api documentation, minor improvement to api documentation (#716) Bertware 2020-12-12 21:15:36 +01:00
  • 0c2afa6233 Fix link order for Android badaix 2020-12-09 17:53:27 +01:00
  • 1da7681570 Add null sink to file player badaix 2020-12-09 09:21:52 +01:00
  • 8eb2fbc212 Update Android support badaix 2020-12-08 23:44:10 +01:00
  • 99f76263d0 Continue if snd_pcm_start fails badaix 2020-12-05 21:16:09 +01:00
  • 296a2f4dea Remove metadata pipe on behalf of shairport sync badaix 2020-12-05 20:26:48 +01:00
  • ad538d5178 Fix UTF-8 conversion of WASAPI device names Vince 2020-12-03 18:53:46 +00:00
  • 6841247b06 Fix UTF-8 conversion of WASAPI device names #734 Vince 2020-12-03 18:53:46 +00:00
  • 55f7d0558b Print device names in utf8 on Windows badaix 2020-12-01 23:15:49 +01:00
  • 273ad96228 Start alsa PCM badaix 2020-12-01 17:49:12 +01:00
  • 7981b6c5c8 Add sanitizerr support to cmake badaix 2020-11-30 21:59:21 +01:00
  • 58dbfcee89 Ignore "maybe-uninitialized" in boost beast badaix 2020-11-30 18:11:29 +01:00
  • a1cef5d65c Remove duplicate prepare badaix 2020-11-29 13:22:56 +01:00
  • 42ce0aeae5 Change some log lines badaix 2020-11-29 12:25:11 +01:00
  • b7c69ab85a Add WERROR option to cmake badaix 2020-11-28 23:14:49 +01:00
  • aab3c343d0 Fix warnings badaix 2020-11-28 21:20:32 +01:00
  • 97bfd95f28 Add warning compile options to cmake badaix 2020-11-28 20:43:10 +01:00
  • eadba70c9a Use period frames if avail < 0 badaix 2020-11-27 23:06:22 +01:00
  • 3ac9245d00 Reformat code with clang 10 badaix 2020-11-27 21:29:34 +01:00
  • 59763f03c1 Set periods near badaix 2020-11-27 20:52:37 +01:00
  • 42e5abd0ac Let PA server set the min req size badaix 2020-11-27 20:51:00 +01:00
  • f08d3be836 Make pa_ready thread safe badaix 2020-11-26 10:41:24 +01:00
  • 21665d163e Check some more PulseAudio init errors badaix 2020-11-25 16:34:51 +01:00
  • 4b7c313fa0 Make sending of silence configurable badaix 2020-11-25 09:20:16 +01:00
  • 90c7ba8a67 Raise version number to v0.23.0 badaix 2020-11-24 21:44:54 +01:00
  • d832d457e1 Fix adding the snapclient user to audio group badaix 2020-11-24 21:44:13 +01:00
  • c1a5a52bc6 Make buffer time and fragments configurable badaix 2020-11-23 13:51:19 +01:00
  • 2e64e53b5d Change period time back to 30ms badaix 2020-11-23 11:24:37 +01:00
  • 699838749b Remove xcode 9.4 build badaix 2020-11-21 23:47:52 +01:00
  • 9ea1f9cc86 Make latency configurable badaix 2020-11-21 19:29:40 +01:00
  • 577e524f88 Add pulse support to makefile badaix 2020-11-21 12:39:22 +01:00
  • 49a4a0fe6e Add support for hardware mixer badaix 2020-11-20 22:10:32 +01:00
  • e3ea0a98b6 Add libpulse-dev to CI badaix 2020-11-20 14:39:02 +01:00
  • d9e0b7792d Add support for PulseAudio (WIP) badaix 2020-11-20 14:25:42 +01:00
  • ef6ae172f1
    Improve JSON RPC id documentation #716 Bertware 2020-11-19 21:47:49 +01:00
  • bf7f986faa Add comment about Snapweb related contributions badaix 2020-11-16 20:46:05 +01:00
  • 7abec2eaf6 Fix warning badaix 2020-11-10 17:59:32 +01:00
  • f07453bd60 Update JSON for Modern C++ to v3.9.1 badaix 2020-11-10 17:48:15 +01:00
  • f743ae717f Terminate client if host is empty and no mDNS badaix 2020-11-02 20:29:03 +01:00
  • a7c945ad53 Add content to default web page badaix 2020-10-27 08:30:36 +01:00
  • 701502394e Adapt sample rate to source rate badaix 2020-10-27 08:11:58 +01:00
  • 8d54c502bc Return default page if doc_root is empty badaix 2020-10-25 14:35:10 +01:00
  • 279ea736c1 Update windows.yml Johannes Pohl 2020-10-28 09:17:44 +01:00
  • 2ece979905 Modifications for running on different ports and through reverse proxy #719 rechner 2020-11-14 10:16:55 -08:00
  • 7406fa80c5
    Update build.md #717 Fabio 2020-11-07 21:00:23 +01:00
  • 1030318f51
    Fix markdown typo Bertware 2020-11-07 13:34:30 +01:00
  • a0360c5b06
    Update windows.yml Johannes Pohl 2020-10-28 10:00:39 +01:00
  • 0a58afccc9
    Update windows.yml Johannes Pohl 2020-10-28 09:54:25 +01:00
  • cf643dd562
    Update windows.yml Johannes Pohl 2020-10-28 09:51:21 +01:00
  • e632e54e66
    Update windows.yml Johannes Pohl 2020-10-28 09:46:53 +01:00
  • b32d9348ae
    Update windows.yml Johannes Pohl 2020-10-28 09:28:08 +01:00
  • 3f58d64ed0
    Update windows.yml Johannes Pohl 2020-10-28 09:17:44 +01:00
  • 39fa7a6c04 Update contributing.md badaix 2020-10-19 12:07:13 +02:00
  • 0ac511d212 Add missing include v0.22.0 badaix 2020-10-15 15:12:38 +02:00
  • e551d9d40d Update release date badaix 2020-10-15 12:07:15 +02:00
  • 9ad80834b6 Fix Android linker error badaix 2020-10-14 21:27:47 +02:00
  • ab128bfcf4
    Delete codeql-analysis.yml Johannes Pohl 2020-10-14 17:42:28 +02:00
  • 0612c14bf3
    Create codeql-analysis.yml Johannes Pohl 2020-10-14 09:09:59 +02:00
  • 9fd61eeda3 Update changelog badaix 2020-10-13 20:57:02 +02:00
  • fd61d3c766 Update Issue templates badaix 2020-10-13 20:54:08 +02:00
  • ede2c0b034 Add pull request template badaix 2020-10-13 20:53:34 +02:00
  • 6fff68284d Add issue templates for bugs and feature requests Thomas 2020-10-07 23:02:58 +02:00
  • cdb2227bf5 Log end to end latencies badaix 2020-10-11 11:13:55 +02:00
  • 136766412c Discard old chunks if not consumed (fixes #708) badaix 2020-10-11 11:11:49 +02:00
  • 8e9eb5c870 Improve hard sync if top of the stream is too old badaix 2020-10-08 17:53:39 +02:00
  • b7dc5d7f7a Improve missing player error message badaix 2020-10-08 17:52:36 +02:00
  • 67d28c1478 Add issue templates for bugs and feature requests #707 Thomas 2020-10-07 23:02:58 +02:00
  • 46ad0a5c40 Update changelog badaix 2020-10-07 10:43:49 +02:00
  • 0cfeff7c0a Update Snapweb (fixing #16, #17) badaix 2020-10-07 10:40:16 +02:00
  • b65cabc0e4 Update Snapweb badaix 2020-10-06 22:32:23 +02:00
  • 6b2284f039 Throw if resampling is required but not supported badaix 2020-10-06 22:00:41 +02:00
  • a88e011fd6 Add "Nightly builds" section badaix 2020-10-06 08:35:41 +02:00
  • 09eda327cc Add -DHAS_SOXR to Makefile badaix 2020-10-06 00:05:41 +02:00
  • 541d803452 Make audio backend "file" configurable badaix 2020-10-05 22:42:56 +02:00
  • db5482b0fb Merge branch 'develop' of https://github.com/badaix/snapcast into develop badaix 2020-10-01 08:53:33 +02:00
  • 653f4f29c4 Add space between parameters badaix 2020-10-01 08:51:29 +02:00
  • 57c0c5262a Add &params= option to librespot to support other librespot parameters. Alexandre Macabies 2020-09-01 02:34:16 +02:00
  • 4cad9d2d20 Add &params= option to librespot to support other librespot parameters. Alexandre Macabies 2020-09-01 02:34:16 +02:00
  • 717d45e76c Snapweb: increase compatibility with older browsers #702 Alexandre Macabies 2020-10-01 01:02:12 +02:00
  • 6dfec81046 Snapweb: auto play on load if URL contains '#autoplay' #701 Alexandre Macabies 2020-10-01 01:03:50 +02:00
  • c7985b9dba Add &params= option to librespot to support other librespot parameters. #682 Alexandre Macabies 2020-09-01 02:34:16 +02:00
  • 469bfeb1f8 Raise version to v0.22.0 badaix 2020-09-30 22:22:19 +02:00
  • 611d21aba6 Update changelog badaix 2020-09-30 21:31:08 +02:00
  • e8cdc442da Add code comment badaix 2020-09-30 21:26:14 +02:00
  • 69c7c1dcc2 Update Snapweb badaix 2020-09-29 22:53:11 +02:00
  • 869a9a276e Fix Anroid headset connect/disconnect badaix 2020-09-29 22:32:23 +02:00
  • 2c5c673c90 bump version to v1.4.3 badaix 2020-09-29 21:03:05 +02:00
  • bf32aa3a99 bump version to v0.1.3 badaix 2020-09-29 21:00:58 +02:00
  • ae089874d8 Add available parameters to configuration.md badaix 2020-09-28 20:46:31 +02:00
  • 365579c640 Raise version number to v0.22 badaix 2020-09-27 12:56:18 +02:00
  • 876f424bae Add null encoder for use with meta streams badaix 2020-09-27 12:55:32 +02:00
  • 7c1c257501 Reduce log level badaix 2020-09-27 11:06:15 +02:00
  • 888e19a8a4 Avoid copying of the PCM stream badaix 2020-09-27 11:06:00 +02:00
  • fcb40f325a Resample only if needed badaix 2020-09-26 22:35:04 +02:00
  • b1a990be57 Improve sync between meta streams badaix 2020-09-26 21:48:08 +02:00
  • 08bc6c1de8 Add missing header badaix 2020-09-26 15:05:04 +02:00