From 698f428866c16c25a2bcb8f5f8169771b4b247af Mon Sep 17 00:00:00 2001 From: Michael Murtaugh Date: Tue, 19 May 2020 14:14:32 +0200 Subject: [PATCH] counting to file --- player/counting.file.liq | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 player/counting.file.liq diff --git a/player/counting.file.liq b/player/counting.file.liq new file mode 100644 index 0000000..4d90357 --- /dev/null +++ b/player/counting.file.liq @@ -0,0 +1,6 @@ +set("log.file",false) +set("log.stdout",true) + +radio = playlist.once("counting.m3u") +radio = audio_to_stereo(radio) +output.file(%vorbis,"counting.ogg",radio,fallible=true)