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!"