You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Burathar 5a1aa3cbef Change README.txt to README.md 3 years ago
.gitignore Initial files 3 years ago
README.md Change README.txt to README.md 3 years ago
set_all_sink.sh Initial files 3 years ago
set_current_sink_volume.sh Initial files 3 years ago
stdlib.sh Initial files 3 years ago

README.md

PulseAudio-Scripts

This is a small pulseaudio script library, written to be used with keyboard shortcuts. However, it can also help in command line audio control.

IMPORTANT: set_all_sink.sh sources a file called sink_names.sh, this file should define a variable named $bluetooth_sink_name containing the identifying string for a specific device (i.e. the MAC address) like this:

#sink_names.sh
#!/bin/bash

bluetooth_sink_name="00_00_00_00_00_00"

To change the audio output device, use set_all_sink.sh To change the master volume, use set_current_sink_volume.sh