티스토리 뷰
발생일: 2014.01.13
키워드: 웹 오디오, web audio
문제:
노트 정리하다가 2013년 2월 초에 정리해뒀던 노트를 발견했다.
HTML5 웹 오디오 API를 사용할 때 참고했던 사이트 목록이다.
해결책:
Getting started with web audio api
http://www.html5rocks.com/en/tutorials/webaudio/intro/
웹 오디오 API를 소개하는 튜토리얼
전반적인 부분을 쉽게 이해할 수 있게 설명해뒀다.
Developing game audio with the web audio api
http://www.html5rocks.com/en/tutorials/webaudio/games/
웹 오디오 API로 게임 사운드를 구현하는 것에 대한 튜토리얼
게임 사운드를 구현할 때 필요한 요소들을 잘 설명해뒀다.
HTML5 <audio> and the web audio api are bffs!
http://updates.html5rocks.com/2012/02/HTML5-audio-and-the-Web-Audio-API-are-BFFs
<audio> 태그를 웹 오디오 API에서 활용할 수 있는 방법
Mixing positional audio and webgl
http://www.html5rocks.com/en/tutorials/webaudio/positional_audio/
Web Audio FAQ
http://updates.html5rocks.com/2012/01/Web-Audio-FAQ
웹 오디오와 관련된 FAQ를 모아둔 페이지
Google I/O 2012 - Turning the Web Up to 11
http://www.youtube.com/watch?v=hFsCG7v9Y4c&feature=youtu.be
웹 오디오 API와 관련한 구글 I/O 영상
웹 오디오를 활용한 예제 뿐 아니라,
API에서 정의하는 각 노드에 대해 전반적으로 이해할 수 있다