diff --git a/public/troubleshooting/index.html b/public/troubleshooting/index.html new file mode 100644 index 000000000..1a0c0138d --- /dev/null +++ b/public/troubleshooting/index.html @@ -0,0 +1,37 @@ + + +
+ ++ Loop1 is played by a Streamboxx that receives silence or very + low input levels. + + (See https://gitlab.com/voicerepublic/streambox/blob/development/streamboxx.liq.erb#L74-75) +
+ ++ Loop2 is played by the Icebox (streaming server) as long as no + input stream is detected. + + (See https://github.com/munen/voicerepublic_dev/blob/integration/lib/icebox/icebox.liq#L59) +
+ ++ Loop3 is played by the Icebox (streaming server) if the incoming + stream is silent or has very low input levels. + + (See https://github.com/munen/voicerepublic_dev/blob/integration/lib/icebox/icebox.liq#L64) +
+ + diff --git a/public/troubleshooting/loop1.wav b/public/troubleshooting/loop1.wav new file mode 120000 index 000000000..50e7de7e1 --- /dev/null +++ b/public/troubleshooting/loop1.wav @@ -0,0 +1 @@ +../../lib/icebox/loop1.wav \ No newline at end of file diff --git a/public/troubleshooting/loop2.wav b/public/troubleshooting/loop2.wav new file mode 120000 index 000000000..aea9430c6 --- /dev/null +++ b/public/troubleshooting/loop2.wav @@ -0,0 +1 @@ +../../lib/icebox/loop2.wav \ No newline at end of file diff --git a/public/troubleshooting/loop3.wav b/public/troubleshooting/loop3.wav new file mode 120000 index 000000000..fadedeeb4 --- /dev/null +++ b/public/troubleshooting/loop3.wav @@ -0,0 +1 @@ +../../lib/icebox/loop3.wav \ No newline at end of file