What are the main differences between pipewire and pulseaudio? Which one is better? What are other alternative popular sound servers besides these two?

    • Audbol@lemmy.world
      link
      fedilink
      arrow-up
      2
      arrow-down
      4
      ·
      1 year ago

      I answered below, you can also read on any of the ALSA pages as well as the wiki page for it. Wealth of knowledge on the subject is available

      • uis@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        https://www.alsa-project.org/alsa-doc/alsa-lib/pcm.html

        After application transfers the data in the memory areas, then it must be acknowledged the end of transfer via snd_pcm_mmap_commit() function to allow the ALSA library update the pointers to ring buffer. This kind of communication is also called “zero-copy”, because the device does not require to copy the samples from application to another place in system memory.

        When you tell RTFM expect to see manual stating opposite of your point.