Skip to content

2. WebAudioFontPlayer

Srgy Surkv edited this page Sep 13, 2019 · 3 revisions

Main object to send audio stream from a sampled instrument to the output

Creation

var AudioContextFunc = window.AudioContext || window.webkitAudioContext; 
var audioContext = new AudioContextFunc();
var player=new WebAudioFontPlayer();

Methods

  1. queueWaveTable
  2. createChannel
  3. createReverberator
  4. queueChord
  5. queueStrumUp
  6. queueStrumDown
  7. queueStrum
  8. queueSnap
  9. cancelQueue
Clone this wiki locally