系统- Ubuntu 22.10
耳机.wf-1000 xm4(支持ldac)
我的系统目前只显示msbc和mcvsd作为可用的音频编解码器。我已经安装了sudo apt install -y gstreamer1.0-plugins-bad并重新启动了系统,但是没有帮助。
我读到ubuntu22.10( im使用的)是使用pipewire而不是pulseaudio,默认情况下它应该有ldac支持
但是,如果我运行pactl info,就会得到:
Server String: /run/user/1000/pulse/native
Library Protocol Version: 35
Server Protocol Version: 35
Is Local: yes
Client Index: 218
Tile Size: 65472
User Name: nitin
Host Name: bolt
Server Name: PulseAudio (on PipeWire 0.3.58)
Server Version: 15.0.0
Default Sample Specification: float32le 2ch 48000Hz
Default Channel Map: front-left,front-right
Default Sink: bluez_output.F8_4E_17_8D_49_EC.1
Default Source: bluez_input.F8_4E_17_8D_49_EC.0
Cookie: 9bb8:c459在服务器选项卡下可以看到pulsepudio和pipewire (PulseAudio (on PipeWire 0.3.58))。我对如何启用管道(如果我还没有使用它)和如何使用ldac编解码器感到困惑。
发布于 2023-02-24 22:42:14
我不知道怎么做,但我让LDAC在Ubuntu22.10上工作。

没有任何设备出现在“声音”中,做了一些事情,这一个使音频工作与管道:
sudo systemctl --user restart pipewirehttps://askubuntu.com/questions/1440668
复制相似问题