aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web
diff options
context:
space:
mode:
authorinokawa <48897392+inokawa@users.noreply.github.com>2021-10-08 14:48:59 +0900
committerMasahiro FUJIMOTO <mfujimot@gmail.com>2021-10-08 22:21:53 +0900
commit5eb54b3b713e89213c6913615c96bd326efe1955 (patch)
tree2445fb6c827d8dc006e8682eadb0b1b5a91eb3a9 /files/ja/web
parent5822647f068b0e7ca1c5772bb4598d29e48555d3 (diff)
downloadtranslated-content-5eb54b3b713e89213c6913615c96bd326efe1955.tar.gz
translated-content-5eb54b3b713e89213c6913615c96bd326efe1955.tar.bz2
translated-content-5eb54b3b713e89213c6913615c96bd326efe1955.zip
Update index.html
Diffstat (limited to 'files/ja/web')
-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 818b883586..3edfa19f7f 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
@@ -46,7 +46,7 @@ translation_of: Web/API/Web_Audio_API/Basic_concepts_behind_Web_Audio_API
<p>音声源はいくつかの方法で取得できます:</p>
<ul>
- <li>JavaScript内部で(オシレーターのような)オディオノードにより、直接音声を生成。</li>
+ <li>JavaScript内部で(オシレーターのような)オーディオノードにより、直接音声を生成。</li>
<li>未加工の PCM データから生成(この場合、該当オーディオコンテキストは、対応している音声フォーマット形式へのデコード手段を有しています)。</li>
<li>({{HTMLElement("video")}} や {{HTMLElement("audio")}} のような)HTML media elements より取得。</li>
<li>(webcam やマイクロフォンのような)<a href="/ja/docs/Web/API/WebRTC_API">Web RTC</a> {{domxref("MediaStream")}} により直接取得。</li>