For context, LDAC is one of the few wireless audio codecs stamped Hi-Res by the Japan Audio Society and its encoder is open source since Android 8, so you can see just how long Windows is sleeping on this. I'm excited about the incoming next gen called LC3plus, my next pair is definitely gonna have that.

you are viewing a single comment's thread
view the rest of the comments
[–] 19 points 3 years ago (10 children)

Isn't that standard on most linux systems?

  • source
  • parent
  • hideshow 10 child comments
  • [–] 9 points 3 years ago (9 children)

    if your distro is not using Pipewire youre using a shitty one

  • source
  • parent
  • hideshow 9 child comments
  • [–] 9 points 3 years ago (8 children)

    I'm so confused, please don't confused a new linux user it doesn't help me

  • source
  • parent
  • hideshow 8 child comments
  • [–] 4 points 3 years ago (6 children)

    You can find out if you have pipewire or pulseaudio by using pactl info | grep "Server Name"

  • source
  • parent
  • hideshow 6 child comments
  • [–] -3 points 3 years ago (5 children)
  • [–] 2 points 3 years ago (3 children)

    @Simplesyrup @twei@feddit.de

    I believe @twei meant, if you open a terminal and put in the following command:
    pactl info | grep “Server Name” the output should tell you what sound server you are using.

  • source
  • parent
  • hideshow 3 child comments
  • [–] -2 points 3 years ago (2 children)

    Or an even better and less nerdy was is just using. System taskmaster and seeing pipewire

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 3 years ago

    Pulseaudio and pipewire are kind of like audio drivers (not exactly but anyway). Let's say you're running spotify and discord. They both send their audio to pipewire. You can then use pipewire to control how loud each one is. It also supports more complex use cases like if you're streaming, you can hook up the spotify output and your microphone mixed together into discord's input so that the mixed audio will be streamed.

    Pipewire is newer and basically replaces another system called jack that did the same thing for pulseaudio.

  • source
  • parent