... | ... | @@ -3,7 +3,7 @@ Workflow |
|
|
* create [AudioContext](https://developer.mozilla.org/en-US/docs/Web/API/AudioContext)
|
|
|
* create player from [WebAudioFontPlayer](2.-WebAudioFontPlayer)
|
|
|
* create loader from [WebAudioFontLoader](4.-WebAudioFontLoader)
|
|
|
* load samples via loader
|
|
|
* send samples to player
|
|
|
* [load](4.1.-startLoad) samples via loader or [embed](https://github.com/surikov/webaudiofont#hello-world) samples into page
|
|
|
* [send](2.1.-queueWaveTable) samples to player
|
|
|
* use [WebAudioFontChannel](5.-WebAudioFontChannel) for equalizer
|
|
|
* use [WebAudioFontReverberator](6.-WebAudioFontReverberator) for echo effect |