Web Audio APIs
리액트로 만든 게임에 사운드 추가하기
카카오엔터테인먼트 FE 기술블로그
https://fe-developers.kakaoent.com/2022/220127-audio-in-web/?fbclid=IwAR0q3ylbNhdLK5dnp5I_PsTorlLSpQm48JpGJXQQxzOJ0ZW7bDFKIsylZKQ

Web Audio API - Web APIs | MDN
The Web Audio API provides a powerful and versatile system for controlling audio on the Web, allowing developers to choose audio sources, add effects to audio, create audio visualizations, apply spatial effects (such as panning) and much more. The Web Audio API involves handling audio operations inside an audio context, and has been designed to allow modular routing.
https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API


Seonglae Cho