From aad66ac5b85091c4e719ca06fae3b9bec116e637 Mon Sep 17 00:00:00 2001 From: Pecusx Date: Sat, 6 May 2017 00:17:04 +0200 Subject: [PATCH] Loopback audio initialize ? --- radio4.py | 1 + 1 file changed, 1 insertion(+) diff --git a/radio4.py b/radio4.py index b64d9e2..3ac2a78 100755 --- a/radio4.py +++ b/radio4.py @@ -82,6 +82,7 @@ class MyDaemon(Daemon): def run(self): #global CurrentFile + radio.execCommand("modprobe snd-aloop") GPIO.setmode(GPIO.BCM) # Use BCM GPIO numbers GPIO.setwarnings(False) # Ignore warnings