-
Notifications
You must be signed in to change notification settings - Fork 93
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
var AudioContextFunc = window.AudioContext || window.webkitAudioContext;
var audioContext = new AudioContextFunc();
var player=new WebAudioFontPlayer();