Skip to content

Commit

Permalink
表記ゆれの修正
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuji09 committed Jul 7, 2024
1 parent f4335d5 commit 152ca3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/ja/web/api/baseaudiocontext/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ _{{domxref("EventTarget")}} インターフェイスから継承しているメ
- {{domxref("BaseAudioContext.createGain()")}}
- : {{domxref("GainNode")}} を作成します。これはオーディオグラフの全体的な音量を制御するために使用することができます。
- {{domxref("BaseAudioContext.createIIRFilter()")}}
- : {{domxref("IIRFilterNode")}} を作成します。これは複数の異なる一般的なフィルター種別として設定可能な二次フィルタを表します
- : {{domxref("IIRFilterNode")}} を作成します。これは複数の異なる一般的なフィルター種別として設定可能な二次フィルターを表します
- {{domxref("BaseAudioContext.createOscillator()")}}
- : {{domxref("OscillatorNode")}} を作成します。これは周期的な波形を表すソースです。基本的には音程を生成します。
- {{domxref("BaseAudioContext.createPanner()")}}
Expand Down

0 comments on commit 152ca3e

Please sign in to comment.