Skip to content
Snippets Groups Projects
  1. May 08, 2021
  2. May 07, 2021
  3. May 06, 2021
    • Thomas Guillem's avatar
      coreaudio: fix sleep duration when the buffer is full · 1d02d748
      Thomas Guillem authored
      The previous calculation was wrong and could lead to two potential
      issues:
       - Too much wake/sleep because the block remaining data is very small
       - Too long sleep, if the block is longer than the buffer size, that
         could lead to underrun
      
      To fix this issue, use the same sleep calculation than wasapi.
      1d02d748
    • Niklas Haas's avatar
      wayland: fix wayland-client cflags · a4617538
      Niklas Haas authored and Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen committed
      This WAYLAND_CFLAGS was probably meant to be WAYLAND_CLIENT_CFLAGS. The
      former doesn't exist on my system, the latter is required for
      compilation to succeed.
      a4617538
  4. May 05, 2021
  5. May 04, 2021
  6. May 03, 2021
Loading