teticio/audio-diffusion

how does the audio_to_images.py file work?

ST2-EV opened this issue · 3 comments

does it chop up the audio samples to 5 second clips, so if i put multiple hour long clips, it will automatically split it into 5 second clips?

Yes. Or if the mel parameters are changed, instead of 5 second samples, it will be a different length.

thanks and how is it split? like first 5 seconds is one sample, then the next 5, etc?