home.social

#bluealsa — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #bluealsa, aggregated by home.social.

  1. aplay -L gives pcm devices like bluealsa
    aplay -l list devices, so no #bluealsa

    Still no audio in over #bluetooth 😨

  2. from .deb in #debian13 there is no hfp-ag and hsp-ag in the #bluealsa .service file

    /usr/bin/bluealsa -S -p a2dp-source -p a2dp-sink -p hfp-ag -p hsp-ag

  3. Как перевести bluetooth в headset_head_unit на raspberry pi даже если последняя против

    Иногда при подключении bluetooth устройства к raspberry pi данное устройство по каким-то причинам не хочет записывать аудио через bt, хотя такая возможность на самом устройстве предусмотрена. Это касается bt наушников, гарнитур, у которых имеется режим headset_head_unit.

    habr.com/ru/articles/920130/

    #bluetooth_грабли #headset_head_unit #bluealsa

  4. I finally made bluez-alsa to work!

    pcm.bluetooth {
        type plug
        slave.pcm {
            type bluealsa
            device "00:00:00:00:00:00"
            profile "a2dp"
        }
        hint {
            show on
            description "Bluetooth via bluez-alsa (A2DP)"
        }
    }
    
    ctl.bluetooth {
        type bluealsa
    }
    
    pcm.PCH {
        type plug
        slave.pcm {
            type hw
            card 0
            device 0
        }
    }
    
    ctl.PCH {
        type hw
        card 0
    }
    
    pcm.!default {
        type plug
        slave.pcm "bluetooth"
    }
    
    ctl.!default {
        type bluealsa
    }

    #linux #alsa #bluez #bluealsa #bluez-alsa #bluetooth

  5. #bluealsa doesn't transfer sound to me(
    I remember when I had the correct config and it worked.

  6. It is somewhat annoying that even if I put a loopback device between my #ALSA input and the bluetooth device, if #bluealsa runs into a problem (overrun, underrun) it breaks the whole pipeline. I don't care. Skip, wait whatever but don't stop playing 🔥