From 86278f2beafcb4edf3b2be4c5c80d547e743c387 Mon Sep 17 00:00:00 2001 From: Shivam Kumar Date: Wed, 11 Mar 2026 19:02:05 -0700 Subject: [PATCH] Add NOTDESIREDVSRIABLE with value 256 --- songToData.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/songToData.py b/songToData.py index 40ae425..7666483 100644 --- a/songToData.py +++ b/songToData.py @@ -13,6 +13,8 @@ #Tweakable parameters desiredSize = 128 +NOTDESIREDVSRIABLE = 256 + #Define currentPath = os.path.dirname(os.path.realpath(__file__)) @@ -74,4 +76,4 @@ def createSlicesFromAudio(): print "Creating slices..." createSlicesFromSpectrograms(desiredSize) - print "Slices created!" \ No newline at end of file + print "Slices created!"