aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/baseaudiocontext
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 12:08:35 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 12:08:35 +0100
commit9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f (patch)
tree3eabcb7c51657ecbaf7acb8e9de10af73e86d96c /files/ja/web/api/baseaudiocontext
parent6ef1fa4618e08426b874529619a66adbd3d1fcf0 (diff)
downloadtranslated-content-9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f.tar.gz
translated-content-9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f.tar.bz2
translated-content-9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f.zip
unslug ja: modify
Diffstat (limited to 'files/ja/web/api/baseaudiocontext')
-rw-r--r--files/ja/web/api/baseaudiocontext/createanalyser/index.html3
-rw-r--r--files/ja/web/api/baseaudiocontext/createbiquadfilter/index.html3
-rw-r--r--files/ja/web/api/baseaudiocontext/createbuffer/index.html3
-rw-r--r--files/ja/web/api/baseaudiocontext/createbuffersource/index.html3
-rw-r--r--files/ja/web/api/baseaudiocontext/createchannelmerger/index.html3
-rw-r--r--files/ja/web/api/baseaudiocontext/createchannelsplitter/index.html3
-rw-r--r--files/ja/web/api/baseaudiocontext/createconvolver/index.html3
-rw-r--r--files/ja/web/api/baseaudiocontext/createdelay/index.html3
-rw-r--r--files/ja/web/api/baseaudiocontext/createdynamicscompressor/index.html3
-rw-r--r--files/ja/web/api/baseaudiocontext/creategain/index.html3
-rw-r--r--files/ja/web/api/baseaudiocontext/createoscillator/index.html3
-rw-r--r--files/ja/web/api/baseaudiocontext/createpanner/index.html3
-rw-r--r--files/ja/web/api/baseaudiocontext/createperiodicwave/index.html3
-rw-r--r--files/ja/web/api/baseaudiocontext/createscriptprocessor/index.html3
-rw-r--r--files/ja/web/api/baseaudiocontext/createstereopanner/index.html3
-rw-r--r--files/ja/web/api/baseaudiocontext/currenttime/index.html3
-rw-r--r--files/ja/web/api/baseaudiocontext/decodeaudiodata/index.html3
-rw-r--r--files/ja/web/api/baseaudiocontext/destination/index.html3
-rw-r--r--files/ja/web/api/baseaudiocontext/listener/index.html3
-rw-r--r--files/ja/web/api/baseaudiocontext/onstatechange/index.html3
-rw-r--r--files/ja/web/api/baseaudiocontext/samplerate/index.html3
-rw-r--r--files/ja/web/api/baseaudiocontext/state/index.html3
22 files changed, 44 insertions, 22 deletions
diff --git a/files/ja/web/api/baseaudiocontext/createanalyser/index.html b/files/ja/web/api/baseaudiocontext/createanalyser/index.html
index c186d1029c..7b1d6c46a2 100644
--- a/files/ja/web/api/baseaudiocontext/createanalyser/index.html
+++ b/files/ja/web/api/baseaudiocontext/createanalyser/index.html
@@ -1,7 +1,8 @@
---
title: AudioContext.createAnalyser()
-slug: Web/API/AudioContext/createAnalyser
+slug: Web/API/BaseAudioContext/createAnalyser
translation_of: Web/API/BaseAudioContext/createAnalyser
+original_slug: Web/API/AudioContext/createAnalyser
---
<p>{{ APIRef("Web Audio API") }}</p>
diff --git a/files/ja/web/api/baseaudiocontext/createbiquadfilter/index.html b/files/ja/web/api/baseaudiocontext/createbiquadfilter/index.html
index 136557bea5..d68e65eb0f 100644
--- a/files/ja/web/api/baseaudiocontext/createbiquadfilter/index.html
+++ b/files/ja/web/api/baseaudiocontext/createbiquadfilter/index.html
@@ -1,7 +1,8 @@
---
title: AudioContext.createBiquadFilter()
-slug: Web/API/AudioContext/createBiquadFilter
+slug: Web/API/BaseAudioContext/createBiquadFilter
translation_of: Web/API/BaseAudioContext/createBiquadFilter
+original_slug: Web/API/AudioContext/createBiquadFilter
---
<p>{{ APIRef("Web Audio API") }}</p>
diff --git a/files/ja/web/api/baseaudiocontext/createbuffer/index.html b/files/ja/web/api/baseaudiocontext/createbuffer/index.html
index e94a5a18be..744608d51f 100644
--- a/files/ja/web/api/baseaudiocontext/createbuffer/index.html
+++ b/files/ja/web/api/baseaudiocontext/createbuffer/index.html
@@ -1,7 +1,8 @@
---
title: AudioContext.createBuffer()
-slug: Web/API/AudioContext/createBuffer
+slug: Web/API/BaseAudioContext/createBuffer
translation_of: Web/API/BaseAudioContext/createBuffer
+original_slug: Web/API/AudioContext/createBuffer
---
<p>{{ APIRef("Web Audio API") }}</p>
diff --git a/files/ja/web/api/baseaudiocontext/createbuffersource/index.html b/files/ja/web/api/baseaudiocontext/createbuffersource/index.html
index 24f65061c6..476712bf23 100644
--- a/files/ja/web/api/baseaudiocontext/createbuffersource/index.html
+++ b/files/ja/web/api/baseaudiocontext/createbuffersource/index.html
@@ -1,7 +1,8 @@
---
title: AudioContext.createBufferSource()
-slug: Web/API/AudioContext/createBufferSource
+slug: Web/API/BaseAudioContext/createBufferSource
translation_of: Web/API/BaseAudioContext/createBufferSource
+original_slug: Web/API/AudioContext/createBufferSource
---
<p>{{ APIRef("Web Audio API") }}</p>
diff --git a/files/ja/web/api/baseaudiocontext/createchannelmerger/index.html b/files/ja/web/api/baseaudiocontext/createchannelmerger/index.html
index e79b116642..72c3520501 100644
--- a/files/ja/web/api/baseaudiocontext/createchannelmerger/index.html
+++ b/files/ja/web/api/baseaudiocontext/createchannelmerger/index.html
@@ -1,7 +1,8 @@
---
title: AudioContext.createChannelMerger()
-slug: Web/API/AudioContext/createChannelMerger
+slug: Web/API/BaseAudioContext/createChannelMerger
translation_of: Web/API/BaseAudioContext/createChannelMerger
+original_slug: Web/API/AudioContext/createChannelMerger
---
<p>{{ APIRef("Web Audio API") }}</p>
diff --git a/files/ja/web/api/baseaudiocontext/createchannelsplitter/index.html b/files/ja/web/api/baseaudiocontext/createchannelsplitter/index.html
index 07444c49d0..683b1d6b86 100644
--- a/files/ja/web/api/baseaudiocontext/createchannelsplitter/index.html
+++ b/files/ja/web/api/baseaudiocontext/createchannelsplitter/index.html
@@ -1,7 +1,8 @@
---
title: AudioContext.createChannelSplitter()
-slug: Web/API/AudioContext/createChannelSplitter
+slug: Web/API/BaseAudioContext/createChannelSplitter
translation_of: Web/API/BaseAudioContext/createChannelSplitter
+original_slug: Web/API/AudioContext/createChannelSplitter
---
<p>{{ APIRef("Web Audio API") }}</p>
diff --git a/files/ja/web/api/baseaudiocontext/createconvolver/index.html b/files/ja/web/api/baseaudiocontext/createconvolver/index.html
index ae5acf59c8..6f83873946 100644
--- a/files/ja/web/api/baseaudiocontext/createconvolver/index.html
+++ b/files/ja/web/api/baseaudiocontext/createconvolver/index.html
@@ -1,7 +1,8 @@
---
title: AudioContext.createConvolver()
-slug: Web/API/AudioContext/createConvolver
+slug: Web/API/BaseAudioContext/createConvolver
translation_of: Web/API/BaseAudioContext/createConvolver
+original_slug: Web/API/AudioContext/createConvolver
---
<p>{{ APIRef("Web Audio API") }}</p>
diff --git a/files/ja/web/api/baseaudiocontext/createdelay/index.html b/files/ja/web/api/baseaudiocontext/createdelay/index.html
index 709a8a375b..db924ce003 100644
--- a/files/ja/web/api/baseaudiocontext/createdelay/index.html
+++ b/files/ja/web/api/baseaudiocontext/createdelay/index.html
@@ -1,7 +1,8 @@
---
title: AudioContext.createDelay()
-slug: Web/API/AudioContext/createDelay
+slug: Web/API/BaseAudioContext/createDelay
translation_of: Web/API/BaseAudioContext/createDelay
+original_slug: Web/API/AudioContext/createDelay
---
<p>{{ APIRef("Web Audio API") }}</p>
diff --git a/files/ja/web/api/baseaudiocontext/createdynamicscompressor/index.html b/files/ja/web/api/baseaudiocontext/createdynamicscompressor/index.html
index 2fa5ca43ed..79a121e81a 100644
--- a/files/ja/web/api/baseaudiocontext/createdynamicscompressor/index.html
+++ b/files/ja/web/api/baseaudiocontext/createdynamicscompressor/index.html
@@ -1,7 +1,8 @@
---
title: AudioContext.createDynamicsCompressor()
-slug: Web/API/AudioContext/createDynamicsCompressor
+slug: Web/API/BaseAudioContext/createDynamicsCompressor
translation_of: Web/API/BaseAudioContext/createDynamicsCompressor
+original_slug: Web/API/AudioContext/createDynamicsCompressor
---
<p>{{ APIRef("Web Audio API") }}</p>
diff --git a/files/ja/web/api/baseaudiocontext/creategain/index.html b/files/ja/web/api/baseaudiocontext/creategain/index.html
index c536a0621c..1e90ad3353 100644
--- a/files/ja/web/api/baseaudiocontext/creategain/index.html
+++ b/files/ja/web/api/baseaudiocontext/creategain/index.html
@@ -1,7 +1,8 @@
---
title: AudioContext.createGain()
-slug: Web/API/AudioContext/createGain
+slug: Web/API/BaseAudioContext/createGain
translation_of: Web/API/BaseAudioContext/createGain
+original_slug: Web/API/AudioContext/createGain
---
<p>{{ APIRef("Web Audio API") }}</p>
diff --git a/files/ja/web/api/baseaudiocontext/createoscillator/index.html b/files/ja/web/api/baseaudiocontext/createoscillator/index.html
index e971400f5d..bf67d2b942 100644
--- a/files/ja/web/api/baseaudiocontext/createoscillator/index.html
+++ b/files/ja/web/api/baseaudiocontext/createoscillator/index.html
@@ -1,7 +1,8 @@
---
title: AudioContext.createOscillator()
-slug: Web/API/AudioContext/createOscillator
+slug: Web/API/BaseAudioContext/createOscillator
translation_of: Web/API/BaseAudioContext/createOscillator
+original_slug: Web/API/AudioContext/createOscillator
---
<p>{{ APIRef("Web Audio API") }}</p>
diff --git a/files/ja/web/api/baseaudiocontext/createpanner/index.html b/files/ja/web/api/baseaudiocontext/createpanner/index.html
index 1b30c60a03..61699d2197 100644
--- a/files/ja/web/api/baseaudiocontext/createpanner/index.html
+++ b/files/ja/web/api/baseaudiocontext/createpanner/index.html
@@ -1,7 +1,8 @@
---
title: AudioContext.createPanner()
-slug: Web/API/AudioContext/createPanner
+slug: Web/API/BaseAudioContext/createPanner
translation_of: Web/API/BaseAudioContext/createPanner
+original_slug: Web/API/AudioContext/createPanner
---
<p>{{ APIRef("Web Audio API") }}</p>
diff --git a/files/ja/web/api/baseaudiocontext/createperiodicwave/index.html b/files/ja/web/api/baseaudiocontext/createperiodicwave/index.html
index 825a1a8de5..6f7a6b7977 100644
--- a/files/ja/web/api/baseaudiocontext/createperiodicwave/index.html
+++ b/files/ja/web/api/baseaudiocontext/createperiodicwave/index.html
@@ -1,7 +1,8 @@
---
title: AudioContext.createPeriodicWave()
-slug: Web/API/AudioContext/createPeriodicWave
+slug: Web/API/BaseAudioContext/createPeriodicWave
translation_of: Web/API/BaseAudioContext/createPeriodicWave
+original_slug: Web/API/AudioContext/createPeriodicWave
---
<p>{{ APIRef("Web Audio API") }}</p>
diff --git a/files/ja/web/api/baseaudiocontext/createscriptprocessor/index.html b/files/ja/web/api/baseaudiocontext/createscriptprocessor/index.html
index d3c80ae2cb..1542a7fe82 100644
--- a/files/ja/web/api/baseaudiocontext/createscriptprocessor/index.html
+++ b/files/ja/web/api/baseaudiocontext/createscriptprocessor/index.html
@@ -1,7 +1,8 @@
---
title: AudioContext.createScriptProcessor()
-slug: Web/API/AudioContext/createScriptProcessor
+slug: Web/API/BaseAudioContext/createScriptProcessor
translation_of: Web/API/BaseAudioContext/createScriptProcessor
+original_slug: Web/API/AudioContext/createScriptProcessor
---
<p>{{ APIRef("AudioContext") }}</p>
<div class="summary">
diff --git a/files/ja/web/api/baseaudiocontext/createstereopanner/index.html b/files/ja/web/api/baseaudiocontext/createstereopanner/index.html
index c77689aa90..e002857bcd 100644
--- a/files/ja/web/api/baseaudiocontext/createstereopanner/index.html
+++ b/files/ja/web/api/baseaudiocontext/createstereopanner/index.html
@@ -1,7 +1,8 @@
---
title: AudioContext.createStereoPanner()
-slug: Web/API/AudioContext/createStereoPanner
+slug: Web/API/BaseAudioContext/createStereoPanner
translation_of: Web/API/BaseAudioContext/createStereoPanner
+original_slug: Web/API/AudioContext/createStereoPanner
---
<p>{{ APIRef("Web Audio API") }}</p>
diff --git a/files/ja/web/api/baseaudiocontext/currenttime/index.html b/files/ja/web/api/baseaudiocontext/currenttime/index.html
index 0d2a92b3ea..451b8b4233 100644
--- a/files/ja/web/api/baseaudiocontext/currenttime/index.html
+++ b/files/ja/web/api/baseaudiocontext/currenttime/index.html
@@ -1,7 +1,8 @@
---
title: AudioContext.currentTime
-slug: Web/API/AudioContext/currentTime
+slug: Web/API/BaseAudioContext/currentTime
translation_of: Web/API/BaseAudioContext/currentTime
+original_slug: Web/API/AudioContext/currentTime
---
<p>{{ APIRef("Web Audio API") }}</p>
diff --git a/files/ja/web/api/baseaudiocontext/decodeaudiodata/index.html b/files/ja/web/api/baseaudiocontext/decodeaudiodata/index.html
index db9c106e52..3e8428a4d8 100644
--- a/files/ja/web/api/baseaudiocontext/decodeaudiodata/index.html
+++ b/files/ja/web/api/baseaudiocontext/decodeaudiodata/index.html
@@ -1,6 +1,6 @@
---
title: AudioContext.decodeAudioData()
-slug: Web/API/AudioContext/decodeAudioData
+slug: Web/API/BaseAudioContext/decodeAudioData
tags:
- API
- Audio
@@ -11,6 +11,7 @@ tags:
- Web Audio API
- decodeAudioData
translation_of: Web/API/BaseAudioContext/decodeAudioData
+original_slug: Web/API/AudioContext/decodeAudioData
---
<p>{{ APIRef("Web Audio API") }}</p>
diff --git a/files/ja/web/api/baseaudiocontext/destination/index.html b/files/ja/web/api/baseaudiocontext/destination/index.html
index f93e8682f1..13eacd6c11 100644
--- a/files/ja/web/api/baseaudiocontext/destination/index.html
+++ b/files/ja/web/api/baseaudiocontext/destination/index.html
@@ -1,7 +1,8 @@
---
title: AudioContext.destination
-slug: Web/API/AudioContext/destination
+slug: Web/API/BaseAudioContext/destination
translation_of: Web/API/BaseAudioContext/destination
+original_slug: Web/API/AudioContext/destination
---
<p>{{ APIRef("Web Audio API") }}</p>
diff --git a/files/ja/web/api/baseaudiocontext/listener/index.html b/files/ja/web/api/baseaudiocontext/listener/index.html
index 7b4f394727..46002b801d 100644
--- a/files/ja/web/api/baseaudiocontext/listener/index.html
+++ b/files/ja/web/api/baseaudiocontext/listener/index.html
@@ -1,7 +1,8 @@
---
title: AudioContext.listener
-slug: Web/API/AudioContext/listener
+slug: Web/API/BaseAudioContext/listener
translation_of: Web/API/BaseAudioContext/listener
+original_slug: Web/API/AudioContext/listener
---
<p>{{ APIRef("Web Audio API") }}</p>
diff --git a/files/ja/web/api/baseaudiocontext/onstatechange/index.html b/files/ja/web/api/baseaudiocontext/onstatechange/index.html
index 5ce3ecaf26..74261915c2 100644
--- a/files/ja/web/api/baseaudiocontext/onstatechange/index.html
+++ b/files/ja/web/api/baseaudiocontext/onstatechange/index.html
@@ -1,7 +1,8 @@
---
title: AudioContext.onstatechange
-slug: Web/API/AudioContext/onstatechange
+slug: Web/API/BaseAudioContext/onstatechange
translation_of: Web/API/BaseAudioContext/onstatechange
+original_slug: Web/API/AudioContext/onstatechange
---
<p>{{ APIRef("Web Audio API") }}</p>
diff --git a/files/ja/web/api/baseaudiocontext/samplerate/index.html b/files/ja/web/api/baseaudiocontext/samplerate/index.html
index 8715d8ae39..ba2ab158e8 100644
--- a/files/ja/web/api/baseaudiocontext/samplerate/index.html
+++ b/files/ja/web/api/baseaudiocontext/samplerate/index.html
@@ -1,7 +1,8 @@
---
title: AudioContext.sampleRate
-slug: Web/API/AudioContext/sampleRate
+slug: Web/API/BaseAudioContext/sampleRate
translation_of: Web/API/BaseAudioContext/sampleRate
+original_slug: Web/API/AudioContext/sampleRate
---
<p>{{ APIRef("Web Audio API") }}</p>
diff --git a/files/ja/web/api/baseaudiocontext/state/index.html b/files/ja/web/api/baseaudiocontext/state/index.html
index a19d03f9af..a0307dedf6 100644
--- a/files/ja/web/api/baseaudiocontext/state/index.html
+++ b/files/ja/web/api/baseaudiocontext/state/index.html
@@ -1,7 +1,8 @@
---
title: AudioContext.state
-slug: Web/API/AudioContext/state
+slug: Web/API/BaseAudioContext/state
translation_of: Web/API/BaseAudioContext/state
+original_slug: Web/API/AudioContext/state
---
<p>{{ APIRef("Web Audio API") }}</p>