pulseaudio settings bluetooth

  • Dear Guys!

    I got the correct configuration for PulseAudio when playing from Kodi.

    I got also bluetooth audio running from bluetooth but with poor quality.

    On folder: /storage/.config/pulse-daemon.conf.d/

    I have the file daemon.conf with:

    Code
    resample-method = soxr-vhq
    avoid-resampling = true
    
    default-sample-format = s24le
    default-sample-rate = 44100
    alternate-sample-rate = 192000
    default-sample-channels = 2
    default-channel-map = front-left,front-right

    Running from Kodi resampling is working only if sample rate is lower 44100 and upper 192000, on the other case the resample is set automatically to "copy", and that's ok!

    But when running with bluetooth resampling is always active and method is "trivial" for Libreelec 9.2.8 and "speex-float 1" for libreelec 10.

    Is there a way to set dedicated conf for bluetooth?

    Edited once, last by flyer (October 31, 2021 at 7:06 AM).