zhw2590582 / WFPlayer

:ocean: WFPlayer.js is an audio waveform generator
https://wfplayer.js.org
MIT License
262 stars 32 forks source link

Connect to audiocontext. #18

Open Grandmeo opened 3 years ago

Grandmeo commented 3 years ago

Hello,

I am trying to connect wfplayer to an Web API audiocontext, instead of a audio/video HTMLElement.. I do not find the way to do that using WFPlayer() constructor.... I can open an audiobuffer in wf.load(), but not connect my source (audiocontext.createBufferSource()) to the wf... Should you help please ?

zhw2590582 commented 3 years ago

wfplayer does not support connecting to audiocontext, but this is an idea, I will try