Wireless Earphones Poor sound Quality in Ubuntu 20.04 LTS
I'm using Dell latitude 5480 with dual boot, Windows 10 and Ubuntu 20.04 LTS. My Sony C200 wireless earphones works pretty decent with Windows 10, but on Ubuntu I've searched through all topics which were:
changing HSP/HFP to A2DP.
adding following text to sudo nano /etc/bluetooth/main.conf
Automatically connect both A2DP and HFP/HSP profiles for incoming connections. Some headsets that support both profiles will only connect the other one automatically so the default setting of true is usually a good idea.
AutoConnect=true and setting: MultiProfile = multiple
Bluetooth headset with poor sound quality on Ubuntu
none of were working for better and decent sound quality. if it is possible anyone help me with my problem.
Solution 1:
Find out the bit depth of the equipment:
sudo lshw -C sound
Try it here...
gedit /etc/pulse/daemon.conf
##; resample-method = speex-float-1
; resample-method = src-sinc-best-quality
; flat-volumes = yes
##; default-sample-format = s16le
##; default-sample-format = s32le
##; default-sample-format = s64le
##; default-sample-format = float16le
##; default-sample-format = float32le
; default-sample-format = float64le
##; default-sample-rate = 44100
##; default-sample-rate = 48000
; default-sample-rate = 88200
##; alternate-sample-rate = 48000
; alternate-sample-rate = 96000
; default-sample-channels = 2
; default-channel-map = front-left,front-right
I have a better sound than in Windows, everywhere, on Bluetooth speakers and headphones.