aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/baseaudiocontext/createbuffer
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/api/baseaudiocontext/createbuffer')
-rw-r--r--files/ja/web/api/baseaudiocontext/createbuffer/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/web/api/baseaudiocontext/createbuffer/index.html b/files/ja/web/api/baseaudiocontext/createbuffer/index.html
index 784f1cf2dc..eb02649fb8 100644
--- a/files/ja/web/api/baseaudiocontext/createbuffer/index.html
+++ b/files/ja/web/api/baseaudiocontext/createbuffer/index.html
@@ -22,7 +22,7 @@ var buffer = audioCtx.createBuffer(numOfChannels, length, sampleRate);</pre>
<h3 id="引数">引数</h3>
<div class="note">
-<p><strong>Note</strong>: For an in-depth explanation of how audio buffers work, and what these parameters mean, read <a href="/en-US/docs/Web/API/Web_Audio_API/Basic_concepts_behind_Web_Audio_API#Audio_buffers.3A_frames.2C_samples_and_channels">Audio buffers: frames, samples and channels</a> from our Basic concepts guide.</p>
+<p><strong>Note</strong>: For an in-depth explanation of how audio buffers work, and what these parameters mean, read <a href="/ja/docs/Web/API/Web_Audio_API/Basic_concepts_behind_Web_Audio_API#Audio_buffers.3A_frames.2C_samples_and_channels">Audio buffers: frames, samples and channels</a> from our Basic concepts guide.</p>
</div>
<dl>
@@ -120,5 +120,5 @@ button.onclick = function() {
<h2 id="参考">参考</h2>
<ul>
- <li><a href="/en-US/docs/Web_Audio_API/Using_Web_Audio_API">Using the Web Audio API</a></li>
+ <li><a href="/ja/docs/Web_Audio_API/Using_Web_Audio_API">Using the Web Audio API</a></li>
</ul>