aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/convolvernode
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/web/api/convolvernode
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/ja/web/api/convolvernode')
-rw-r--r--files/ja/web/api/convolvernode/index.html133
1 files changed, 133 insertions, 0 deletions
diff --git a/files/ja/web/api/convolvernode/index.html b/files/ja/web/api/convolvernode/index.html
new file mode 100644
index 0000000000..60ecca8139
--- /dev/null
+++ b/files/ja/web/api/convolvernode/index.html
@@ -0,0 +1,133 @@
+---
+title: ConvolverNode
+slug: Web/API/ConvolverNode
+translation_of: Web/API/ConvolverNode
+---
+<p>{{ APIRef("Web Audio API") }}</p>
+
+<p><code>ConvolverNode</code> は {{domxref("AudioNode")}} の一種で、与えられた {{domxref("AudioBuffer")}} を用いて線形畳み込みを行います。リバーブの実装によく用いられます。<code>ConvolverNode</code> は常に 1 つの入力と、1 つの出力を持ちます。</p>
+
+<div class="note">
+<p><strong>付記</strong>: 線形畳み込みの理論的な側面については、 W3C Web Audio API の仕様中の <a href="http://webaudio.github.io/web-audio-api/#linear-effects-using-convolution">Linear Effects Using Convolution</a> をごらんください。また <a href="https://ja.wikipedia.org/wiki/%E7%95%B3%E3%81%BF%E8%BE%BC%E3%81%BF">Wikipedia の「畳み込み」</a>にも解説があります。</p>
+</div>
+
+<table class="properties">
+ <tbody>
+ <tr>
+ <th scope="row">入力数</th>
+ <td><code>1</code></td>
+ </tr>
+ <tr>
+ <th scope="row">出力数</th>
+ <td><code>1</code></td>
+ </tr>
+ <tr>
+ <th scope="row">チャンネルカウントモード</th>
+ <td><code>"clamped-max"</code></td>
+ </tr>
+ <tr>
+ <th scope="row">チャンネルカウント</th>
+ <td><code>2</code></td>
+ </tr>
+ <tr>
+ <th scope="row">チャンネルの意味</th>
+ <td><code>"speakers"</code></td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="属性">属性</h2>
+
+<p><em> </em><em>{{domxref("AudioNode")}}</em> の属性を継承しています。</p>
+
+<dl>
+ <dt>{{domxref("ConvolverNode.buffer")}}</dt>
+ <dd><span>畳み込みに用いる </span><em>{{domxref("AudioBuffer")}}</em><span> です。モノラル、ステレオ、4 チャンネルのバッファを使用できます。</span>{{domxref("ConvolverNode.normalize")}}</dd>
+ <dd><span>ブール値。出力の強さを、バッファと同じになるよう正規化するかどうかをコントロールできます。</span></dd>
+</dl>
+
+<h2 id="メソッド">メソッド</h2>
+
+<p><em>固有のメソッドはありません。継承しているメソッドは </em><em>{{domxref("AudioNode")}}</em> をご覧ください。</p>
+
+<h2 id="使用例">使用例</h2>
+
+<p>{{page("/en-US/docs/Web/API/AudioContext.createConvolver","Example")}}</p>
+
+<h2 id="仕様">仕様</h2>
+
+<table class="standard-table">
+ <tbody>
+ <tr>
+ <th scope="col">仕様</th>
+ <th scope="col">状態</th>
+ <th scope="col">コメント</th>
+ </tr>
+ <tr>
+ <td>{{SpecName('Web Audio API', '#the-convolvernode-interface', 'ConvolverNode')}}</td>
+ <td>{{Spec2('Web Audio API')}}</td>
+ <td> </td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="ブラウザ互換性">ブラウザ互換性</h2>
+
+<div>{{CompatibilityTable}}</div>
+
+<div id="compat-desktop">
+<table class="compat-table">
+ <tbody>
+ <tr>
+ <th>機能</th>
+ <th>Chrome</th>
+ <th>Firefox (Gecko)</th>
+ <th>Internet Explorer</th>
+ <th>Opera</th>
+ <th>Safari (WebKit)</th>
+ </tr>
+ <tr>
+ <td>基本機能</td>
+ <td>{{CompatChrome(10.0)}}{{property_prefix("webkit")}}</td>
+ <td>{{CompatGeckoDesktop(25.0)}} </td>
+ <td>{{CompatNo}}</td>
+ <td>15.0{{property_prefix("webkit")}}<br>
+ 22 (unprefixed)</td>
+ <td>6.0{{property_prefix("webkit")}}</td>
+ </tr>
+ </tbody>
+</table>
+</div>
+
+<div id="compat-mobile">
+<table class="compat-table">
+ <tbody>
+ <tr>
+ <th>機能</th>
+ <th>Android</th>
+ <th>Firefox Mobile (Gecko)</th>
+ <th>Firefox OS</th>
+ <th>IE Mobile</th>
+ <th>Opera Mobile</th>
+ <th>Safari Mobile</th>
+ <th>Chrome for Android</th>
+ </tr>
+ <tr>
+ <td>基本機能</td>
+ <td>{{CompatUnknown}}</td>
+ <td>26.0</td>
+ <td>1.2</td>
+ <td>{{CompatUnknown}}</td>
+ <td>{{CompatUnknown}}</td>
+ <td>{{CompatUnknown}}</td>
+ <td>33.0</td>
+ </tr>
+ </tbody>
+</table>
+</div>
+
+<h2 id="関連情報">関連情報</h2>
+
+<ul>
+ <li><a href="/en-US/docs/Web_Audio_API/Using_Web_Audio_API">Using the Web Audio API</a></li>
+</ul>