From 5778d991876562efe843a7f4d5c771f439e72f85 Mon Sep 17 00:00:00 2001 From: Pecusx Date: Tue, 2 May 2017 21:26:20 +0200 Subject: [PATCH] Install darkice for encoding said audio stream into mp3 --- html/scripts/update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/html/scripts/update.sh b/html/scripts/update.sh index e20796b..30aefc6 100644 --- a/html/scripts/update.sh +++ b/html/scripts/update.sh @@ -3,3 +3,6 @@ cp --preserve=timestamp -R /usr/share/radio/hardware/ir/lircrc /etc/lirc/ # Set up loopback audio module modprobe snd-aloop + +# Install darkice for encoding said audio stream into mp3 +apt-get -y install darkice