csteinmetz1 / auraloss

Collection of audio-focused loss functions in PyTorch
Apache License 2.0
695 stars 66 forks source link

Audio file preprocessing #73

Open VlaDanilov opened 5 months ago

VlaDanilov commented 5 months ago

Hello, thank you for your work, I'm looking forward to use it in my studies. I have a short question, I don't have much experience in that filed, so I don't fully understand how audio should be preprocessed in order to use your losses? Should I use Mel spectrogram or FT? What those tensors, that you give as an input to your losses, are? Thank you