From 03385cc9f4f157cec2e5fd05f35e6af646055908 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Tue, 14 Sep 2021 11:07:46 +0900 Subject: Web/API以下の文書内のリンクURLを正規化 (#2360) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - /en-US へのリンクを /ja へのリンクに修正 - /ja が付いていないものに /ja を付加 - MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正 --- files/ja/web/api/baseaudiocontext/createanalyser/index.html | 2 +- files/ja/web/api/baseaudiocontext/createbiquadfilter/index.html | 2 +- files/ja/web/api/baseaudiocontext/createbuffer/index.html | 4 ++-- files/ja/web/api/baseaudiocontext/createbuffersource/index.html | 2 +- files/ja/web/api/baseaudiocontext/createchannelmerger/index.html | 2 +- files/ja/web/api/baseaudiocontext/createchannelsplitter/index.html | 2 +- files/ja/web/api/baseaudiocontext/createconvolver/index.html | 2 +- files/ja/web/api/baseaudiocontext/createdelay/index.html | 2 +- files/ja/web/api/baseaudiocontext/createdynamicscompressor/index.html | 2 +- files/ja/web/api/baseaudiocontext/creategain/index.html | 2 +- files/ja/web/api/baseaudiocontext/createoscillator/index.html | 2 +- files/ja/web/api/baseaudiocontext/createpanner/index.html | 2 +- files/ja/web/api/baseaudiocontext/createperiodicwave/index.html | 2 +- files/ja/web/api/baseaudiocontext/createstereopanner/index.html | 2 +- files/ja/web/api/baseaudiocontext/currenttime/index.html | 2 +- files/ja/web/api/baseaudiocontext/destination/index.html | 2 +- files/ja/web/api/baseaudiocontext/listener/index.html | 2 +- files/ja/web/api/baseaudiocontext/onstatechange/index.html | 2 +- files/ja/web/api/baseaudiocontext/samplerate/index.html | 2 +- files/ja/web/api/baseaudiocontext/state/index.html | 2 +- 20 files changed, 21 insertions(+), 21 deletions(-) (limited to 'files/ja/web/api/baseaudiocontext') diff --git a/files/ja/web/api/baseaudiocontext/createanalyser/index.html b/files/ja/web/api/baseaudiocontext/createanalyser/index.html index ff178c4843..31665413b9 100644 --- a/files/ja/web/api/baseaudiocontext/createanalyser/index.html +++ b/files/ja/web/api/baseaudiocontext/createanalyser/index.html @@ -100,5 +100,5 @@ function draw() {

参考

diff --git a/files/ja/web/api/baseaudiocontext/createbiquadfilter/index.html b/files/ja/web/api/baseaudiocontext/createbiquadfilter/index.html index 78a1e6da02..c9e479ce16 100644 --- a/files/ja/web/api/baseaudiocontext/createbiquadfilter/index.html +++ b/files/ja/web/api/baseaudiocontext/createbiquadfilter/index.html @@ -72,5 +72,5 @@ biquadFilter.gain.value = 25;

参照

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);

引数

-

Note: For an in-depth explanation of how audio buffers work, and what these parameters mean, read Audio buffers: frames, samples and channels from our Basic concepts guide.

+

Note: For an in-depth explanation of how audio buffers work, and what these parameters mean, read Audio buffers: frames, samples and channels from our Basic concepts guide.

@@ -120,5 +120,5 @@ button.onclick = function() {

参考

diff --git a/files/ja/web/api/baseaudiocontext/createbuffersource/index.html b/files/ja/web/api/baseaudiocontext/createbuffersource/index.html index c5dfe70ded..37db2586f9 100644 --- a/files/ja/web/api/baseaudiocontext/createbuffersource/index.html +++ b/files/ja/web/api/baseaudiocontext/createbuffersource/index.html @@ -89,5 +89,5 @@ button.onclick = function() {

参考

diff --git a/files/ja/web/api/baseaudiocontext/createchannelmerger/index.html b/files/ja/web/api/baseaudiocontext/createchannelmerger/index.html index 003d0a95b3..94dab7f8e1 100644 --- a/files/ja/web/api/baseaudiocontext/createchannelmerger/index.html +++ b/files/ja/web/api/baseaudiocontext/createchannelmerger/index.html @@ -79,5 +79,5 @@ ac.decodeAudioData(someStereoBuffer, function(data) {

参照

diff --git a/files/ja/web/api/baseaudiocontext/createchannelsplitter/index.html b/files/ja/web/api/baseaudiocontext/createchannelsplitter/index.html index b9745de167..bb4ee13ff1 100644 --- a/files/ja/web/api/baseaudiocontext/createchannelsplitter/index.html +++ b/files/ja/web/api/baseaudiocontext/createchannelsplitter/index.html @@ -79,5 +79,5 @@ ac.decodeAudioData(someStereoBuffer, function(data) {

参考

diff --git a/files/ja/web/api/baseaudiocontext/createconvolver/index.html b/files/ja/web/api/baseaudiocontext/createconvolver/index.html index a52837bdda..b74bc890c9 100644 --- a/files/ja/web/api/baseaudiocontext/createconvolver/index.html +++ b/files/ja/web/api/baseaudiocontext/createconvolver/index.html @@ -77,5 +77,5 @@ convolver.buffer = concertHallBuffer;

参考

diff --git a/files/ja/web/api/baseaudiocontext/createdelay/index.html b/files/ja/web/api/baseaudiocontext/createdelay/index.html index ef7853cc37..4aa09dc80e 100644 --- a/files/ja/web/api/baseaudiocontext/createdelay/index.html +++ b/files/ja/web/api/baseaudiocontext/createdelay/index.html @@ -89,5 +89,5 @@ synthDelay.delayTime.value = delay1;

参照

diff --git a/files/ja/web/api/baseaudiocontext/createdynamicscompressor/index.html b/files/ja/web/api/baseaudiocontext/createdynamicscompressor/index.html index 8b37e2e0f5..a4c6d033fe 100644 --- a/files/ja/web/api/baseaudiocontext/createdynamicscompressor/index.html +++ b/files/ja/web/api/baseaudiocontext/createdynamicscompressor/index.html @@ -84,5 +84,5 @@ button.onclick = function() {

参考

diff --git a/files/ja/web/api/baseaudiocontext/creategain/index.html b/files/ja/web/api/baseaudiocontext/creategain/index.html index 878a58ae32..bccbd975a4 100644 --- a/files/ja/web/api/baseaudiocontext/creategain/index.html +++ b/files/ja/web/api/baseaudiocontext/creategain/index.html @@ -74,5 +74,5 @@ function voiceMute() {

参考

diff --git a/files/ja/web/api/baseaudiocontext/createoscillator/index.html b/files/ja/web/api/baseaudiocontext/createoscillator/index.html index 2ee41f0a65..10ddcbc9f3 100644 --- a/files/ja/web/api/baseaudiocontext/createoscillator/index.html +++ b/files/ja/web/api/baseaudiocontext/createoscillator/index.html @@ -57,5 +57,5 @@ oscillator.start();

参考

diff --git a/files/ja/web/api/baseaudiocontext/createpanner/index.html b/files/ja/web/api/baseaudiocontext/createpanner/index.html index 260932dac3..6ee4752b5e 100644 --- a/files/ja/web/api/baseaudiocontext/createpanner/index.html +++ b/files/ja/web/api/baseaudiocontext/createpanner/index.html @@ -140,5 +140,5 @@ function positionPanner() {

関連情報

diff --git a/files/ja/web/api/baseaudiocontext/createperiodicwave/index.html b/files/ja/web/api/baseaudiocontext/createperiodicwave/index.html index 5bd9fb86ba..3516dc9c2f 100644 --- a/files/ja/web/api/baseaudiocontext/createperiodicwave/index.html +++ b/files/ja/web/api/baseaudiocontext/createperiodicwave/index.html @@ -83,5 +83,5 @@ osc.stop(2);

参考

diff --git a/files/ja/web/api/baseaudiocontext/createstereopanner/index.html b/files/ja/web/api/baseaudiocontext/createstereopanner/index.html index 8945d1f6ad..cf2a3166f1 100644 --- a/files/ja/web/api/baseaudiocontext/createstereopanner/index.html +++ b/files/ja/web/api/baseaudiocontext/createstereopanner/index.html @@ -75,5 +75,5 @@ panNode.connect(audioCtx.destination);

参考

diff --git a/files/ja/web/api/baseaudiocontext/currenttime/index.html b/files/ja/web/api/baseaudiocontext/currenttime/index.html index 8bc98a78ce..7efd053c29 100644 --- a/files/ja/web/api/baseaudiocontext/currenttime/index.html +++ b/files/ja/web/api/baseaudiocontext/currenttime/index.html @@ -58,5 +58,5 @@ console.log(audioCtx.currentTime);

参考

diff --git a/files/ja/web/api/baseaudiocontext/destination/index.html b/files/ja/web/api/baseaudiocontext/destination/index.html index b4ccabd0dc..2127b33274 100644 --- a/files/ja/web/api/baseaudiocontext/destination/index.html +++ b/files/ja/web/api/baseaudiocontext/destination/index.html @@ -60,5 +60,5 @@ gainNode.connect(audioCtx.destination);

参考

diff --git a/files/ja/web/api/baseaudiocontext/listener/index.html b/files/ja/web/api/baseaudiocontext/listener/index.html index fa17cf5a19..1a6d1e5f76 100644 --- a/files/ja/web/api/baseaudiocontext/listener/index.html +++ b/files/ja/web/api/baseaudiocontext/listener/index.html @@ -58,5 +58,5 @@ var myListener = audioCtx.listener;

参考

diff --git a/files/ja/web/api/baseaudiocontext/onstatechange/index.html b/files/ja/web/api/baseaudiocontext/onstatechange/index.html index c234680352..37a15457e9 100644 --- a/files/ja/web/api/baseaudiocontext/onstatechange/index.html +++ b/files/ja/web/api/baseaudiocontext/onstatechange/index.html @@ -48,5 +48,5 @@ audioCtx.onstatechange = function() { ... };

参考

diff --git a/files/ja/web/api/baseaudiocontext/samplerate/index.html b/files/ja/web/api/baseaudiocontext/samplerate/index.html index 6cd9ebad39..fd2b9cfb1f 100644 --- a/files/ja/web/api/baseaudiocontext/samplerate/index.html +++ b/files/ja/web/api/baseaudiocontext/samplerate/index.html @@ -58,5 +58,5 @@ console.log(audioCtx.sampleRate);

参考

diff --git a/files/ja/web/api/baseaudiocontext/state/index.html b/files/ja/web/api/baseaudiocontext/state/index.html index a0307dedf6..64e9a094ab 100644 --- a/files/ja/web/api/baseaudiocontext/state/index.html +++ b/files/ja/web/api/baseaudiocontext/state/index.html @@ -63,5 +63,5 @@ original_slug: Web/API/AudioContext/state

参考

-- cgit v1.2.3-54-g00ecf