KITASENJU DESIGN BLOG

memo, html, javascript, unity

webaudio

webaudioをpause

this.context.suspend(); this.context.resume();

WebAudioのAudioBufferSourceNodeで最初から再生

基本使い捨てっぽい stopはあるが、1度startを呼んだらもう呼べない loopEndというパラメータは使える 以下のようにしたら開始点へのシークは成功した 任意の時間は無理だろう。 this.source.loopEnd=0.01; setTimeout(()=>{ this.source.loopEnd=this.sour…

"FOOTER"