Skip to content

Commit

Permalink
improve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pzmarzly committed Jun 29, 2020
1 parent f49a9e6 commit a1c94e6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions mic_over_mumble
Expand Up @@ -52,8 +52,7 @@ function main () {
kill -KILL "$MUMBLE_CLIENT_ID" || true
sleep 2
echo "Stopping Mumble server..."
# TODO: find a better way to kill murmurd
# (it forks, so we cannot use its PID)
# FIXME: find a better way to kill Murmur.
pkill murmurd || true
echo "Restoring PulseAudio configuration..."
pactl unload-module "$SOURCE_MODULE_PAID"
Expand All @@ -72,9 +71,8 @@ function run_mumble_client_bg () {

function run_mumble_server_bg () {
murmurd -ini ./murmur.ini &
# echo $!
# TODO: here we can get murmur's PID
# (uncomment the line above)
# Murmur forks, so the PID acquired by `echo $!`
# won't help us much.
}

function get_mumble_client_paid () {
Expand Down

0 comments on commit a1c94e6

Please sign in to comment.