You are not logged in.

#1 2015-09-30 18:38:56

firecat53
Member
From: Lake Stevens, WA, USA
Registered: 2007-05-14
Posts: 1,542
Website

[SOLVED] Distorted bluetooth headset audio from pianobar (libao).

Using blueman-applet and pulseaudio, I'm able to connect and use my bluetooth headphones successfully with the a2dp profile for all applications (mpv, web browsers, mopidy/mpd, etc.) except for pianobar. When listening to pianobar, the audio comes through but it's extremely distorted.

/etc/libao.conf:

default_driver=pulse

/etc/asound.conf (default - no modifications):

# Use PulseAudio by default
pcm.!default {
  type pulse
  fallback "sysdefault"
  hint {
    show on
    description "Default ALSA Output (currently PulseAudio Sound Server)"
  }
}

ctl.!default {
  type pulse
  fallback "sysdefault"
}

I've made no modifications to any of the pulseaudio configurations. I have a feeling it's something to do with the sample rate that needs to be set in asound.conf solely for this headset, but I'm having trouble figuring out how to do that exactly.

Any ideas?

Thanks,
Scott

Edit: Headset is Motorola S11-HD, and sound is HDA Intel

Last edited by firecat53 (2016-01-01 22:41:25)

Offline

#2 2015-12-18 03:45:34

mrhahaz
Member
Registered: 2014-04-17
Posts: 1

Re: [SOLVED] Distorted bluetooth headset audio from pianobar (libao).

I am having nearly the exact same issue, only differences are: the computer is a raspberry Pi so using the ARM Arch distro and instead of a headset I am using a Plugable USB Bluetooth 4.0 Low Energy Micro Adapter to connect to bluetooth enabled speakers. This setup works fine with other applications that I use.

Offline

#3 2016-01-01 22:41:06

firecat53
Member
From: Lake Stevens, WA, USA
Registered: 2007-05-14
Posts: 1,542
Website

Re: [SOLVED] Distorted bluetooth headset audio from pianobar (libao).

Finally found  the thread that fixed it.

export PULSE_LATENCY_MSEC=30
pianobar

Scott

Offline

Board footer

Powered by FluxBB