home.social

#bluez-alsa — Public Fediverse posts

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

fetched live
  1. 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

  2. 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