rollback viz hmm

This commit is contained in:
Cameron Taylor 2024-06-04 22:37:51 -04:00
parent 6c0d998edd
commit f2dd626ed9
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@
"name": "funkin.vis",
"type": "git",
"dir": null,
"ref": "38261833590773cb1de34ac5d11e0825696fc340",
"ref": "c6a1e24d48646849ea63563ca45561512c953779",
"url": "https://github.com/FunkinCrew/funkVis"
},
{

View file

@ -58,7 +58,7 @@ class ABotVis extends FlxTypedSpriteGroup<FlxSprite>
public function initAnalyzer()
{
@:privateAccess
analyzer = new SpectralAnalyzer(snd._channel.__source, 7, 0.01, 30);
analyzer = new SpectralAnalyzer(snd._channel.__source, 7, 0.1, 30);
// analyzer.maxDb = -35;
// analyzer.fftN = 2048;
}