From e2c1266658d68f036866fef6b39e476f63513f09 Mon Sep 17 00:00:00 2001 From: Michael Murtaugh Date: Tue, 19 May 2020 10:44:45 +0200 Subject: [PATCH] new bs.svg --- Makefile | 3 + README.md | 4 +- between_systems.svg | 175 +++++++++++++++----------------------- liquidsoap/hellonoise.liq | 6 ++ 4 files changed, 80 insertions(+), 108 deletions(-) create mode 100644 liquidsoap/hellonoise.liq diff --git a/Makefile b/Makefile index cdc1d82..dda805a 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,9 @@ README.html: README.md --css style.css \ $< -o $@ +between_systems.svg: between_systems.dot + dot $< -Tsvg -o$@ + liquidsoap/brownnoise.mp3: sox -c2 -r44100 -n -t wav - synth 10.0 brownnoise vol 1.0 > liquidsoap/brownnoise.wav ffmpeg -i liquidsoap/brownnoise.wav liquidsoap/brownnoise.mp3 diff --git a/README.md b/README.md index 3fcd2c4..358001b 100644 --- a/README.md +++ b/README.md @@ -23,4 +23,6 @@ test 2 - \ No newline at end of file + + + diff --git a/between_systems.svg b/between_systems.svg index 1720e8e..541eb3b 100644 --- a/between_systems.svg +++ b/between_systems.svg @@ -1,109 +1,70 @@ - - - - - - - - - image/svg+xml - - - - - - - 37.218.247.44echo.lurk.org:999icecast - 10.0.0.11 (not public)sandbox - 83.96.162.96xpub.nl - + + + + + +vvv + + + +lurk + + +echo.lurk.org + + + + + +sandbox + + +sandbox + + + + + +lurk--sandbox + +radiostream + + + +xpub + + +xpub.nl + + + + + +xpub--lurk + +<audio> + + + +sandbox--xpub + +proxy + + + +listener + +listener + + + +listener--xpub + +browser + + diff --git a/liquidsoap/hellonoise.liq b/liquidsoap/hellonoise.liq new file mode 100644 index 0000000..8819317 --- /dev/null +++ b/liquidsoap/hellonoise.liq @@ -0,0 +1,6 @@ +set("log.file",false) +# set("log.file.path","myradio.log") +set("log.stdout",true) + +myradio = noise() +out(myradio)