Pacmd - 헤드폰 구성을 위한 구성 파일

Pacmd - 헤드폰 구성을 위한 구성 파일

헤드폰을 특정 프로필로 구성하는 경우(헤드폰 장치 대신 고음질 재생을 선호함)보스 QC35 블루투스 헤드폰,파부 컨트롤해당 프로필로 구성할 수 없습니다. pavucontrol GUI에 고음질 재생으로 변경된 것으로 표시되어도 pavucontrol GUI를 다시 열면 헤드폰 장치로 돌아간 것으로 표시됩니다.

이것은 내 블루투스 헤드폰에서만 작동합니다. 구성 변경아날로그 스테레오pavucontrol을 통해 작동합니다.

다음 명령을 사용하여 헤드셋의 프로필 목록을 볼 수 있습니다 pacmd ls.

index: 2
    name: <bluez_card.4C_87_5D_0A_F4_C8>
    driver: <module-bluez5-device.c>
    owner module: 27
    properties:
        device.description = "Reik's Bose"
        device.string = "4C:87:5D:0A:F4:C8"
        device.api = "bluez"
        device.class = "sound"
        device.bus = "bluetooth"
        device.form_factor = "headphone"
        bluez.path = "/org/bluez/hci0/dev_4C_87_5D_0A_F4_C8"
        bluez.class = "0x240418"
        bluez.alias = "Reik's Bose"
        device.icon_name = "audio-headphones-bluetooth"
    profiles:
        headset_head_unit: Headset Head Unit (HSP/HFP) (priority 30, available: yes)
        a2dp_sink_sbc: High Fidelity Playback (A2DP Sink: SBC) (priority 40, available: unknown)
        a2dp_sink_aac: High Fidelity Playback (A2DP Sink: AAC) (priority 40, available: unknown)
        a2dp_sink_aptx: High Fidelity Playback (A2DP Sink: aptX) (priority 40, available: no)
        a2dp_sink_aptx_hd: High Fidelity Playback (A2DP Sink: aptX HD) (priority 40, available: no)
        a2dp_sink_ldac: High Fidelity Playback (A2DP Sink: LDAC) (priority 40, available: no)
        off: Off (priority 0, available: yes)
    active profile: <headset_head_unit>
    sinks:
        bluez_sink.4C_87_5D_0A_F4_C8.headset_head_unit/#2: Reik's Bose
    sources:
        bluez_sink.4C_87_5D_0A_F4_C8.headset_head_unit.monitor/#2: Monitor of Reik's Bose
        bluez_source.4C_87_5D_0A_F4_C8.headset_head_unit/#3: Reik's Bose
    ports:
        headphone-output: Headphone (priority 0, latency offset 50000 usec, available: yes)
            properties:

        headphone-input: Bluetooth Input (priority 0, latency offset 0 usec, available: yes)
            properties:

며칠 전까지만 해도 프로필을 수동으로 전환할 수 있었지만 지금은 프로필을 사용할 수 있는지 알 수 없는 것 같습니다.

[reik@reik-msi ~]$ pacmd set-card-profile 2 a2dp_sink_sbc
Failed to set card profile to 'a2dp_sink_sbc'.

그리고

[reik@reik-msi ~]$ pacmd set-card-profile 2 a2dp_sink_aac
Failed to set card profile to 'a2dp_sink_aac'.

이 문제를 해결할 방법이 있나요?

관련 정보