diff options
author | khronosschoty <khronosschoty@posteo.org> | 2018-04-27 20:47:27 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-04-27 20:47:27 +0700 |
commit | cead7b7f71c0da2d3615d972b673bf26c547aa10 (patch) | |
tree | dcb6dcb031a0497530a4016666f1266a9bdef974 /libraries/bluez-alsa/README | |
parent | f85962deae774bc119b5c42348ec5e904c6b63f0 (diff) |
libraries/bluez-alsa: Added (Bluetooth Audio ALSA Backend).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/bluez-alsa/README')
-rw-r--r-- | libraries/bluez-alsa/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/bluez-alsa/README b/libraries/bluez-alsa/README new file mode 100644 index 0000000000000..1370e14a635e6 --- /dev/null +++ b/libraries/bluez-alsa/README @@ -0,0 +1,11 @@ +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: you might want to "start" "/usr/bin/bluealsa" via rc.local -- in example +add the following line to rc.local: +/usr/bin/bluealsa & |