pacmd.md (234B)
1 # pacmd 2 3 ## fixing sound for bluetooth 4 * make sure correct profile 5 ``` 6 pacmd set-card-profile 11 a2dp_sink 7 ``` 8 * set latency 9 ``` 10 pacmd set-port-latency-offset $(pacmd list-sinks | grep -Eo 'bluez_card[^>]*') headset-output 125000 11 ```