aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--files/ja/web/api/web_audio_api/basic_concepts_behind_web_audio_api/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/web_audio_api/basic_concepts_behind_web_audio_api/index.html b/files/ja/web/api/web_audio_api/basic_concepts_behind_web_audio_api/index.html
index 2fcd1cced6..6ab95c9ef6 100644
--- a/files/ja/web/api/web_audio_api/basic_concepts_behind_web_audio_api/index.html
+++ b/files/ja/web/api/web_audio_api/basic_concepts_behind_web_audio_api/index.html
@@ -203,7 +203,7 @@ var buffer = context.createBuffer(1, 22050, 22050);</pre>
<tr>
<td><code>2</code> <em>(Stereo)</em></td>
<td><code>1</code> <em>(Mono)</em></td>
- <td><em>モノラルからステレオへのダウンミックス。</em>&gt;<br>
+ <td><em>モノラルからステレオへのダウンミックス。</em><br>
(<code>L</code> と <code>R</code> の)両入力チャンネルは等しく結合され、単一出力チャンネル(<code>M</code>)になります。<br>
<code>output.M = 0.5 * (input.L + input.R)</code></td>
</tr>