Skip to content

Commit

Permalink
Merge pull request #850 from munen/a-handy-reference
Browse files Browse the repository at this point in the history
a handy reference
  • Loading branch information
branch14 authored Feb 16, 2018
2 parents 5b482bd + b05d28b commit fb816c0
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 0 deletions.
37 changes: 37 additions & 0 deletions public/troubleshooting/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<title>Document</title>
</head>
<body>
<h1>VR Troubleshooting</h1>

<h2>Loop1 (Streamboxx)</h2>
<audio controls="true" loop="true" src="loop1.wav"></audio>
<p>
Loop1 is played by a Streamboxx that receives silence or very
low input levels.

(See <a href="https://gitlab.com/voicerepublic/streambox/blob/development/streamboxx.liq.erb#L74-75">https://gitlab.com/voicerepublic/streambox/blob/development/streamboxx.liq.erb#L74-75</a>)
</p>

<h2>Loop2 (Icebox)</h2>
<audio controls="true" loop="true" src="loop2.wav"></audio>
<p>
Loop2 is played by the Icebox (streaming server) as long as no
input stream is detected.

(See <a href="https://github.com/munen/voicerepublic_dev/blob/integration/lib/icebox/icebox.liq#L59">https://github.com/munen/voicerepublic_dev/blob/integration/lib/icebox/icebox.liq#L59</a>)
</p>

<h2>Loop3 (Icebox)</h2>
<audio controls="true" loop="true" src="loop3.wav"></audio>
<p>
Loop3 is played by the Icebox (streaming server) if the incoming
stream is silent or has very low input levels.

(See <a href="https://github.com/munen/voicerepublic_dev/blob/integration/lib/icebox/icebox.liq#L64">https://github.com/munen/voicerepublic_dev/blob/integration/lib/icebox/icebox.liq#L64</a>)
</p>
</body>
</html>
1 change: 1 addition & 0 deletions public/troubleshooting/loop1.wav
1 change: 1 addition & 0 deletions public/troubleshooting/loop2.wav
1 change: 1 addition & 0 deletions public/troubleshooting/loop3.wav

0 comments on commit fb816c0

Please sign in to comment.