slackbuilds/libraries/bluez-alsa
B. Watson 97f24fc5b4 libraries/bluez-alsa: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-03-13 15:25:26 -04:00
..
README libraries/bluez-alsa: Wrap README at 72 columns. 2022-03-13 15:25:26 -04:00
bluez-alsa.SlackBuild libraries/bluez-alsa: Added rc script 2022-02-17 12:55:24 +07:00
bluez-alsa.info libraries/bluez-alsa: Updated for version 3.1.0. 2022-02-09 09:35:17 +07:00
rc.bluez-alsa libraries/bluez-alsa: Added rc script 2022-02-17 12:55:24 +07:00
slack-desc

README

bluez-alsa (Bluetooth Audio ALSA Backend)

This project is a rebirth of a direct integration between Bluez and
ALSA.  Since Bluez >= 5, the build-in integration has been removed in
favor of 3rd party audio applications. From now on, Bluez acts as a
middleware between an audio application, which implements Bluetooth
audio profile, and a Bluetooth audio device.

NOTE: A sample "rc" script is included, and installed in the usual
location i.e. /etc/rc.d -- to use this rc script do the usual:

chmod +x /etc/rc.d/rc.bluez-alsa

Then add the following to your rc.local:

        # Start bluez-alsa
        if [ -x /etc/rc.d/rc.bluez-alsa ]; then
          /etc/rc.d/rc.bluez-alsa start
        fi