From aea3d906a3ea8d7f5ba71b1b55e6891b617c77d7 Mon Sep 17 00:00:00 2001 From: inokawa <48897392+inokawa@users.noreply.github.com> Date: Fri, 8 Oct 2021 15:06:20 +0900 Subject: Update index.html --- .../api/web_audio_api/basic_concepts_behind_web_audio_api/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files') 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);
2
(Stereo)1
(Mono)L
と R
の)両入力チャンネルは等しく結合され、単一出力チャンネル(M
)になります。output.M = 0.5 * (input.L + input.R)