lugin.media-push.2.10.0.source-code.e4e4da7454e7cf2e6ffa.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of media-push Show documentation
Show all versions of media-push Show documentation
Media Push Plugin for Ant Media Server
var FRAME_PER_SECOND=10,FRAME_INTERVAL=1/FRAME_PER_SECOND;class VolumeMeter extends AudioWorkletProcessor{constructor(){super(),this._lastUpdate=currentTime,this._volume=0,this.stop=!1,this.port.onmessage=e=>{"stop"===e.data&&(this.port.postMessage({type:"debug",message:"Stop command is received"}),this.stop=!0)}}calculateRMS(e){for(var t=0,s=0;sFRAME_INTERVAL&&(this.calculateRMS(s),this.port.postMessage(this._volume),this._lastUpdate=currentTime),!this.stop}debug(e){this.port.postMessage({type:"debug",message:e})}}registerProcessor("volume-meter",VolumeMeter);