diff options
author | inokawa <48897392+inokawa@users.noreply.github.com> | 2021-10-08 15:06:20 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-10-08 22:21:53 +0900 |
commit | aea3d906a3ea8d7f5ba71b1b55e6891b617c77d7 (patch) | |
tree | 3340e25d378d1a2ffd96b77a73a29e78c7053a45 /files/ja | |
parent | 775cbaffd9cc6005273aa4ae5338797d310c787e (diff) | |
download | translated-content-aea3d906a3ea8d7f5ba71b1b55e6891b617c77d7.tar.gz translated-content-aea3d906a3ea8d7f5ba71b1b55e6891b617c77d7.tar.bz2 translated-content-aea3d906a3ea8d7f5ba71b1b55e6891b617c77d7.zip |
Update index.html
Diffstat (limited to 'files/ja')
-rw-r--r-- | files/ja/web/api/web_audio_api/basic_concepts_behind_web_audio_api/index.html | 2 |
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>><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> |