-
Notifications
You must be signed in to change notification settings - Fork 8
AudioBuffer
pieisland edited this page Dec 13, 2020
·
1 revision
- ๋ฉ๋ชจ๋ฆฌ์ ์์ฃผํ๋ ์์ audio asset.
- AudioContext.decodeAudioData() ์ ์ํด ๋ง๋ค์ด์ง๊ฑฐ๋ AudioContext.createBurrer()๋ก ๋ง๋ค์ด์ง๋ค.
- AudioBufferSourceNode.buffer = AudioBuffer ๋ก ๋ฃ์ด์ ์ฌ์๋ ์ ์๋ค.
- ์ด๋น sample ์.
- ๋ฒํผ์ ์ ์ฅ๋ PCM๋ฐ์ดํฐ์ ๊ธธ์ด(์ํ ํ๋ ์)์ ๋ํ๋ด๋ ์ ์.
- sample์ ๊ฐ์.
- ๋ฒํผ์ ์ ์ฅ๋ PCM ๋ฐ์ดํฐ์ ๊ธฐ๊ฐ(์ด)์ ๋ํ๋ด๋ double.
- ๋ฒํผ์ ์ ์ฅ๋ PCM ๋ฐ์ดํฐ๊ฐ ์ค๋ช ํ๋ ๊ฐ๋ณ ์ค๋์ค ์ฑ๋ ์๋ฅผ ๋ํ๋ด๋ ์ ์.
- ๋งค๊ฐ ๋ณ์๋ก ์ ์ ๋ ์ฑ๋๊ณผ ๊ด๋ จ๋ PCM ๋ฐ์ดํฐ๋ฅผ ํฌํจํ๋ Float32Array๋ฅผ ๋ฐํํ๋ค.
๐ Week1 Meeting Log
๐ Week2 Meeting Log
๐ Week3 Meeting Log
๐ Week4 Meeting Log
๐ Week5 Meeting Log
๐ References
- Official Docs
- Blogs