diff --git a/pages/band.vue b/pages/band.vue index e3c71c1..a4714f2 100644 --- a/pages/band.vue +++ b/pages/band.vue @@ -255,6 +255,7 @@ export default { this.MicError = 2; } ++this.ArrayCounter; + console.log("Recent Level",this.RecentLevelValue); this.AnimationID = requestAnimationFrame(this.RecentLevel); }, @@ -280,6 +281,7 @@ export default { this.Gain = this.audioCtx.createGain(); this.Gain.gain.setValueAtTime(2.0, this.audioCtx.currentTime); + // this.Gain.gain.setValueAtTime(0.5,0); this.HPF = this.audioCtx.createBiquadFilter(); this.HPF.type = "highpass"; @@ -318,7 +320,7 @@ export default { this.bandPass1.connect(this.LPF); this.bandPass1.connect(this.audioCtx.destination); - //this.LevelAnalyser.connect(audioCtx.destination); + // this.LevelAnalyser.connect(this.audioCtx.destination); this.FirstStart = false; //this.startmeasurement();