If you plan to use pytorch to load data to train a model, you should use a Dataset class to load. In this tutorial, we will introduce you how to create a custom Dataset class for loading.
When we are using python libraso to process audio, we often encounter these three parameters: n_fft, hop_length, win_length. In this tutorial, we will introduce it for beginners.