-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelp.html
123 lines (119 loc) · 5.18 KB
/
help.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Bubble Breather" />
<link rel="icon" href="assets/favicon.ico" />
<link rel="stylesheet" type="text/css" href="style.css" />
<title>Bubble Breather | Help</title>
</head>
<body>
<a href="./index.html">
<img id="backButton" src="./assets/back.png"/>
</a>
<div class="App">
<div class="container help">
<!-- Left -->
<div class="left">
<img src="assets/BubbleBreather_Logo.png" alt="logo" width="300px" />
<div class="card" style="margin-top: 45px;">
<p class="title">What is Stacked Breathing?</p>
<ul class="content">
<li>
Stacked Breathing is an exercise that helps you take deeper
breaths than you might otherwise be able to
</li>
<li>
In the short term, this helps you breathe more easily by
dislodging fluids from lungs and clearing your airways
</li>
<li>
With practice, breath stacking can help strenghten your muscles
and ease your beathing more generally
</li>
</ul>
</div>
<div class="card" style="margin-top: 45px;">
<p class="title">What is PEP Therapy?</p>
<ul class="content">
<li>
PEP Therapy is an exercise that helps loosen and clear mucus
that gets trapped in your airway
</li>
<li>
During this exercise, you blow forcefully through pursed lips
(e.g., the same way you would blow out candles ona birthday
cake)
</li>
<li>
If your health-care provider has suggested a breathing
resistance device (e.g., a Breather or Flutter), you can
optionally use it with this game.
</li>
</ul>
</div>
</div>
<!-- Right -->
<div class="right card">
<p class="title">Microphone Settings and Technical Requirements</p>
<p class="content">
Bubble Breather is officially supported in Google Chrome
</p>
<p class="content">
Support for additional browsers will be provided in future revisions
of the game
</p>
<p class="content">
<b>Microphone Settings</b>
<br />
Bubble Breather uses your device's speaker and microphone to sense
your breathing.
</p>
<p class="content">
<b>Supported Devices</b>
<br />
While the long-term goal of the game is to support a wireless breath
sensing on a wide range of mobile devices, the game has currently
been confirmed to function correctly on the suported devices list
below.
</p>
<ol class="content">
<li>13" Macbook Pro - Built-in Speaker + Microphone</li>
<li>
Blue Yeti Microphone (https://www.bluedesigns.com/products/yeti/)
</li>
</ol>
<div class="content" style="display: flex;">
<img src="./assets/microphone_access.png" alt="microphone access" width="200px" style="margin-right: 30px;" />
<p>
<b>Allowing Microphone Access</b>
<br />
When first loading Bubble Breather, you will be prompted to allow
the webpage to “access your microphone”. Microphone access must be
proved to allow in-game breath controls. Note that all audio data is
processed locally - no data shared or sent to third parties.
</p>
</div>
<p class="content">
<b>Microphone Troubleshooting</b>
<br />
Ensure volume is unmuted: Bubble Breather relies on high-frequency sound to detect your breathing patterns - make sure your device's audio is unmuted and set to a high level.
<br />
<br />
Position yourself close to your device: Bubble Breather breath sensing is most accurate when you are positioned close to your device -- for best results, try to maintain a 50 - 75cm distance from your device during gameplay.
<br />
<br />
Play in a quiet area: Background noise can interfere with Bubble Breather’s breath sensing accuracy - for best results, make sure you play the game in a fairly quiet setting.
<br />
<br />
Avoid unnecessary movement: Bubble Breather senses your breathing by detecting subtle movements in your chest and abdomen -- therefore, any large movements can interfere with the games ability to sense your breathing accurately.
</p>
<form action="./diagnostics.html">
<input type="submit" class="testmic" value="Test Your Microphone"/>
</form>
</div>
</div>
</div>
</body>
</html>