• palordrolap@fedia.io
      link
      fedilink
      arrow-up
      1
      ·
      2 months ago

      Pipewire is newer and emulates PulseAudio so that it can be used as a drop-in replacement. There’s literally a command called pipewire-pulse related to this.

      It makes me wonder if they really have both installed or are mistaking Pipewire’s emulation for an active PulseAudio installation, and so it’s just Pipewire that’s acting up.

      I’d say reboot, but being in space might be one of those times where that’s a non-starter. In which case, they’re going to have to get their hands dirty unpicking system hooks and trying to reattach them all again as and when Pipewire’s working again, assuming it doesn’t do that automatically.

      I never had a problem with either Pipewire or real PulseAudio back when that was current. I had motherboard sound physically pop, requiring the purchase of a separate sound card, but never a driver issue, so I can’t even imagine what might be going on.

      • Ghoelian@piefed.social
        link
        fedilink
        English
        arrow-up
        2
        ·
        2 months ago

        I’m pretty sure this is a meme based on the real report that they had 2 instances of outlook on windows and not real.

  • Nalivai@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    2 months ago

    This is psyop, they run windows up there, their outlook doesn’t work, and everyone kinda accepted that.

  • grue@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    2 months ago

    Real talk, though: why has Linux taken at least five tries (OSS, ALSA, JACK, PulseAudio, PipeWire) to get audio right?!

    • Something Burger 🍔@jlai.lu
      link
      fedilink
      arrow-up
      1
      ·
      2 months ago

      OSS came first, then got replaced by ALSA after it became proprietary.

      PulseAudio is a userspace audio server to which programs connect. It manages audio settings per app, then sends everything to ALSA. JACK is the same but with a focus on low latency.

      PipeWire is a modern drop-in replacement for both, and also has support for video on Wayland.

      • heliotrope@retrofed.com
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 months ago

        And then there’s also sndio, ported from OpenBSD. This does basically the same thing as OSS/ALSA.

    • SorryQuick@lemmy.ca
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      2 months ago

      They don’t have the same goals.

      JACK is for professional audio.

      OSS and ALSA are kernel audio drivers, they’re the most powerful of them all but extremely low level. Everything else, like pulseaudio/pipewire are just higher-level interfaces that feed ALSA audio.

      Pulseaudio and pipewire are sound servers.

      So really it only took two tries:

      OSS -> ALSA

      Pulseaudio -> Pipewire