Maybe I am missing something here, but if I want to let's say use other FFT or hopsize, etc, I have to update the entire framework with these values.
I was thinking a separate script or file that can update the other scripts that use these parameters, and the script would only contain couple of main parameters:
Maybe I am missing something here, but if I want to let's say use other FFT or hopsize, etc, I have to update the entire framework with these values.
I was thinking a separate script or file that can update the other scripts that use these parameters, and the script would only contain couple of main parameters:
FFT = x hopsize = y scale factor = z etc
Thanks!