diff --git a/sndid-jack.py b/sndid-jack.py index 30bf424..12a9dad 100755 --- a/sndid-jack.py +++ b/sndid-jack.py @@ -265,6 +265,7 @@ def analyze(): detection = recording.analyze() print(recording.detections) + with client: client.connect(JACKSRCLEFT, JACKDESTLEFT) client.connect(JACKSRCRIGHT, JACKDESTRIGHT)