• TurboWafflz@lemmy.world
    link
    fedilink
    arrow-up
    10
    ·
    15 hours ago

    i’m so confused whenever i see this, i’ve been using linux since 2012 and sound has always just worked? I can’t think of a single time I’ve had an audio problem that wasn’t damaged hardware

    • Naia@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      2
      ·
      13 hours ago

      It depends. The old ALSA system was flaky from what I remember. Pipewire seems more stable, but can have issues with multiple devices but that might be more a bluetooth problem.

      I’ve also had constant audio problems in windows, including every update shuffling all my audio devices and making a random one default and switching to the wrong device when connecting a new one.

  • Natanox@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    36
    ·
    1 day ago

    Ever since Pipewire was introduced my sound just… works. Aside from missing drivers (super rarely) I have absolutely no issues.

    • NOPper@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      8
      ·
      1 day ago

      I got super deep into synths and Linux audio years ago, and right around the same one Pipewire was starting to go mainstream. Shit just worked man!

    • Rai@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      1
      ·
      12 hours ago

      I was shocked when sound started coming out of my portable monitor via HDMI when I first installed Pop… I don’t need sound, I just want my dedicated server to run!

  • HorreC@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    22 hours ago

    I spend more time dealing with my partners windows machine when it does an update getting their audio up and back to what it was, then I have with linux in 8 years (at least). And I did a major change from deb based into redhat base. And I dont even think its a bleeding edge distro issue, as I do run a Nobara system and that is based on fedora (which is still considered bleeding edge for the most part).

  • quediuspayu@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    48
    arrow-down
    1
    ·
    edit-2
    1 day ago

    There’s always sound.

    It takes one second to start and there is some crackling with plenty of forum posts explaining how to fix these things going back to 2005 that are no longer relevant because the sound uses something with a different name now.

    BUT THERE’S ALWAYS SOUND!

    • Victor@lemmy.world
      link
      fedilink
      arrow-up
      26
      ·
      1 day ago

      If a sound plays but there’s no audio server to receive it and convert it to an analog signal, does it make a sound?

    • FauxLiving@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      edit-2
      1 day ago

      there is some crackling with plenty of forum posts explaining how to fix these things going back to 2005 that are no longer relevant because the sound uses something with a different name now.

      This is almost always because your pipewire buffers are too small (because of the defaults erring on the side of low latency) and so when the CPU is busy the buffers empty and you get some crackling. Use pw-top to see all of your devices and sources, next to the devices you should see a number in the QUANT column. Chances are that this is really low (or 1)

      You can change your minimum buffer (pipewire calculates this by setting a ‘quantum’), temporarily with :

      pw-metadata -n settings 0 clock.min-quantum 512
      

      You can edit /etc/pipewire/pipewire.conf and add a line under the [clocks] section:

      default.clock.min-quantum = 512
      

      Restart pipewire for the setting to take effect:

      systemctl --user restart pipewire
      

      (If your sound ever just dies for no reason, restarting pipewire is often all you need to do)

      Use the temporary setting to increase the number. Lower number means a shorter buffer so, you get less audio latency in exchange for the risk of the buffer emptying. I don’t have much problem with 256, but sometimes Proton adds some extra CPU overhead and I’ll bump it up to 512.

      • quediuspayu@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        1
        ·
        23 hours ago

        I’m saving your comment for when I’ll reinstall the operating system in a few days. Thanks.

        Any advice on the other issue that mutes all notification sounds? Last time I checked there were plenty of posts on how to disable power savings on pulse but not for pipewire.

        • FauxLiving@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          15 hours ago

          That would depend on the notification application that you’re using.

          Give me any details that you can think of. Software version, things you’ve tried, etc. I’ll look into it after work

          Do sounds work sometimes and then stop or is it that they’re playing but the output is set to muted by default?

          • quediuspayu@lemmy.dbzer0.com
            link
            fedilink
            arrow-up
            1
            ·
            14 hours ago

            Thank you!

            It always takes about one second to start any sound after staying silent for a little while. I managed to figure out it was a power savings mode putting the service to sleep and not waking up fast enough, for pulse it seems to be as easy as to change a true for a false to a power savings option inside a config file, I guess that in pipewire is the same but I couldn’t find the option, that line probably needs to be added somewhere and I’m not sure where and what to write exactly.

            The part about the muted notifications was because all the sounds shorter than one second end before the thing wakes up.

  • RustyNova@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    23 hours ago

    Funnily, I don’t have sound issues on pipewire (unless I turn on my excessively big easy effect default preset).

    But windows? Oh boy windows… Listening to something after a teams call? Garbled sound. Locking your session then going back? No more sound. Connect the same Bluetooth headphones as the rest of the week? Volume get muted. Press the volume button? Nothing. Press the volume button while sound is playing? Oh hey now it works

  • dewritoninja@pawb.social
    link
    fedilink
    arrow-up
    9
    ·
    1 day ago

    I had a laptop with the opposite problem, it would just screech at full volume from the deepest pits of computer hell

  • binarytobis@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    1 day ago

    Recently my speakers have been switching left/right. I was physically swapping them for a while, now I try and ignore it. I’m sure there’s some eldritch linux magic I too new to know like alsamixer that will fix it.