Skip to content

Commit

Permalink
feat: About 'Sound'
Browse files Browse the repository at this point in the history
  • Loading branch information
Korilakkuma committed Dec 24, 2023
1 parent 3985dd7 commit 183982d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,23 @@ <h4>GainNode</h4>
ユースケースに応じて, これら 3 つのクラスの詳細についても解説を追加していきます.
</p>
</section>
<section id="section-about-sound">
<h2>「音」とは ?</h2>
<p>
このセクションでは, そもそも「音」とはなにか?からスタートてし, 音の特性について簡単に解説します. とは言っても, 専門すぎることは解説しないので, Web
Audio API を理解するうえで, 最低限の解説をできるだけ簡単に解説します. また, そのため, 厳密さは犠牲にしている解説もあると思います.
音のスペシャリストの方からすると, ちょっと違う ... という部分はたくさんあるかと思いますがご了承ください. ただし,
あきらかに間違った解説や誤解を招く可能性のある解説については遠慮なく Issue を作成したり, Pull Requests を送ったりしていただければと思います.
</p>
<section id="section-what-is-sound">
<h3>音の実体</h3>
<p>
そもそも, 「音」って何なのでしょうか? 結論としては, 音とは媒体の振動が聴覚に伝わったものと定義することができます.
「媒体」というものが抽象的でよくわからないかもしれませんが, 具体的には, 空気や水です. 日常の多くの音は空気を媒体として,
空気の振動が聴覚に伝わることで音として知覚するわけですが, 同じことは水中でも起きますし, 普段聴いている自分の声は骨を媒体にして伝わっている音です.
</p>
</section>
</section>
</main>
<script src="https://cdn.jsdelivr.net/npm/prismjs@latest/prism.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/prismjs@latest/plugins/line-numbers/prism-line-numbers.min.js"></script>
Expand Down

0 comments on commit 183982d

Please sign in to comment.