EHfive / pulseaudio-modules-bt

[Deprecated, see https://github.com/EHfive/pulseaudio-modules-bt/issues/154] Adds Sony LDAC, aptX, aptX HD, AAC codecs (A2DP Audio) support to PulseAudio on Linux
GNU General Public License v3.0
1.75k stars 87 forks source link

LDAC profile unavailable for Sony WH-1000XM3 #104

Closed easyrider closed 4 years ago

easyrider commented 4 years ago

Is this to possible to select LDAC here?

Currently only: SBC, AptX, AptX HD ara available

image

I've read:

LDAC only works when you sending audio from PulseAudio (PA play as source, your Headphone/Speaker play as sink).

but not completely sure how to setup it.

    Profiles:
        headset_head_unit: Headset Head Unit (HSP/HFP) (sinks: 1, sources: 1, priority: 30, available: yes)
        a2dp_sink_sbc: High Fidelity Playback (A2DP Sink: SBC) (sinks: 1, sources: 0, priority: 40, available: no)
        a2dp_sink_aptx: High Fidelity Playback (A2DP Sink: aptX) (sinks: 1, sources: 0, priority: 40, available: no)
        a2dp_sink_aptx_hd: High Fidelity Playback (A2DP Sink: aptX HD) (sinks: 1, sources: 0, priority: 40, available: yes)
        off: Off (sinks: 0, sources: 0, priority: 0, available: yes)
./avinfo XX:YY:ZZ
Connecting ... 
Stream End-Point #1: Audio Sink 
    Media Codec: SBC
        Channel Modes: Mono DualChannel Stereo JointStereo
        Frequencies: 44.1Khz 48Khz 
        Subbands: 4 8
        Blocks: 4 8 12 16 
        Bitpool Range: 2-53
Stream End-Point #5: Audio Sink 
    Media Codec: Unknown
Stream End-Point #6: Audio Sink 
    Media Codec: Unknown
Stream End-Point #3: Audio Sink 
    Media Codec: Unknown
Stream End-Point #2: Audio Sink 
    Media Codec: Unknown

My distro: Linux Mint 19.3

Edit: I've tried:

$ pactl set-card-profile 2 a2dp_sink_ldac
Failure: No such entity

Solution:

I've probably managed to get LDAC working - however the other options doesn't work now - I'm not sure why (previously aptX HD) so I cannot compare but sounds awesome

I've updated pulseaudio to 12.2-2 (mint 13) and installed using option: A. build for PulseAudio releases (e.g., v12.0, v12.2, etc.)

image

Verfied using a Sony's Headphones app: image

Rate of transmission: 1.20 KB/s (Blueman 2.0.5)

easyrider commented 4 years ago

Looks like it's working now.