1. 16 Feb, 2018 1 commit
    • Max Kellermann's avatar
      output/alsa: use a new I/O thread with real-time scheduling · d29d186d
      Max Kellermann authored
      The normal I/O event thread can have a large latency, e.g. when
      libgnutls loads all TLS CA certificates for a https connect.  This
      makes it unreliable for the ALSA I/O notifications, and causes ring
      buffer xruns.  To avoid interfering with high latency events such as
      CURL's, we move the ALSA I/O events to a separate I/O thread which
      also obtains real-time scheduling (if possible).
      
      Closes #221
      d29d186d
  2. 13 Feb, 2018 3 commits
  3. 12 Feb, 2018 3 commits
  4. 11 Feb, 2018 2 commits
  5. 10 Feb, 2018 1 commit
    • Max Kellermann's avatar
      mixer/alsa: work around rounding error at volume 0 · bede5646
      Max Kellermann authored
      Due to rounding errors, a slightly negative value can be passed to
      set_normalized_volume(), which will make the log10() call fail.
      Actually, volume 0 is already failing because log10(0) is illegal.  So
      let's fix this by implementing two corner cases: <=0 and >=100.
      
      Closes #212
      bede5646
  6. 09 Feb, 2018 20 commits
  7. 03 Feb, 2018 5 commits
  8. 01 Feb, 2018 1 commit
  9. 31 Jan, 2018 2 commits
  10. 30 Jan, 2018 1 commit
  11. 29 Jan, 2018 1 commit