1. 30 Jan, 2018 1 commit
  2. 19 Dec, 2017 1 commit
  3. 08 Sep, 2017 1 commit
    • Max Kellermann's avatar
      output/Interface: allow Pause() to throw exception · d0f6131b
      Max Kellermann authored
      Coverity discovered that the Pulse plugin could throw exceptions from
      Pause(), but that method was marked "noexcept" because its caller was
      not designed to catch exceptions.  So instead of avoiding exceptions
      (by catching and logging them in each and every implementation), let's
      allow them, and do the catch/log game in the MPD core.
      d0f6131b
  4. 10 Aug, 2017 1 commit
  5. 08 Aug, 2017 1 commit
  6. 07 Aug, 2017 1 commit
  7. 23 May, 2017 1 commit
  8. 16 May, 2017 1 commit
  9. 08 May, 2017 1 commit
  10. 25 Jan, 2017 1 commit
  11. 03 Jan, 2017 1 commit
  12. 28 Dec, 2016 1 commit
  13. 09 Nov, 2016 1 commit
  14. 02 Nov, 2016 2 commits
  15. 09 Sep, 2016 2 commits
  16. 23 Aug, 2016 1 commit
    • Earnestly's avatar
      Don't overwrite ss.format · e2f6cc9c
      Earnestly authored
      Currently the switch statement is invalidated by ss.format being overwritten
      with the default value of PA_SIMPLE_S16NE which results in white noise during
      playback as my server is expected S16LE (S16NE).
      Signed-off-by: 's avatarEarnestly <zibeon@gmail.com>
      e2f6cc9c
  17. 15 Aug, 2016 2 commits
  18. 26 Feb, 2016 1 commit
  19. 21 Jan, 2015 1 commit
  20. 04 Jan, 2015 4 commits
  21. 01 Jan, 2015 1 commit
  22. 29 Dec, 2014 6 commits
  23. 24 Oct, 2014 1 commit
    • Steven Newbury's avatar
      Set pulseaudio channel map to WAVE-EX · 76f277ee
      Steven Newbury authored
      Pulseaudio expects clients to specify their channel-map if the
      default (ALSA) map does not route the audio to the expected speakers.
      
      Many Google results suggest dealing with this by re-routing the audio
      channels with the appropriate ALSA plugin, but this will then simply
      break any clients which expect the default ALSA mapping.
      
      Virtually all media files and codecs, certainly flac, dca, a52, and of
      course anything based on Microsoft's WAVEFORMAT_EXTENSIBLE specification,
      assume the layout in the table here:
      http://en.wikipedia.org/wiki/Surround_sound#Standard_speaker_channels
      
      Fortunately, pulseaudio directly addresses this with a built-in channel
      map for WAVE-EX which can be set automatically in the stream sample-spec.
      76f277ee
  24. 05 Sep, 2014 1 commit
  25. 04 Mar, 2014 1 commit
  26. 24 Feb, 2014 2 commits
  27. 06 Feb, 2014 1 commit
  28. 29 Jan, 2014 1 commit