mirror of
https://github.com/janishutz/MusicPlayerV2.git
synced 2025-11-25 13:04:23 +00:00
updates that break stuff temporarily
This commit is contained in:
@@ -236,8 +236,6 @@ createApp( {
|
||||
analyser.getByteFrequencyData( dataArray );
|
||||
let prevSpectrum = null;
|
||||
let threshold = 10; // Adjust as needed
|
||||
// TODO: Make sure it works as it should
|
||||
// TODO: Make pos update also occur on 10 sec time jump
|
||||
this.beatDetected = false;
|
||||
this.micAnalyzer = setInterval( () => {
|
||||
analyser.getByteFrequencyData( dataArray );
|
||||
|
||||
Reference in New Issue
Block a user