summaryrefslogtreecommitdiffstats
path: root/libraries/bluez-alsa
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-13 15:25:26 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-13 15:25:26 -0400
commit97f24fc5b4fbe23a6913b1c80122541610814ff1 (patch)
tree154748e3ead0dd47a64e8b06e899c85848413f78 /libraries/bluez-alsa
parente9ef3f93bd613a6e7aa68009b7f11443de66ef4d (diff)
downloadslackbuilds-97f24fc5b4fbe23a6913b1c80122541610814ff1.tar.gz
slackbuilds-97f24fc5b4fbe23a6913b1c80122541610814ff1.tar.xz
libraries/bluez-alsa: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/bluez-alsa')
-rw-r--r--libraries/bluez-alsa/README20
1 files changed, 11 insertions, 9 deletions
diff --git a/libraries/bluez-alsa/README b/libraries/bluez-alsa/README
index 07c24be1b4..380e48b1ff 100644
--- a/libraries/bluez-alsa/README
+++ b/libraries/bluez-alsa/README
@@ -1,17 +1,19 @@
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.
+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:
-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
+ if [ -x /etc/rc.d/rc.bluez-alsa ]; then
+ /etc/rc.d/rc.bluez-alsa start
fi