csteinmetz1 / auraloss

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

Time domain audio loss from TFGAN paper #10

Closed rishikksh20 closed 2 years ago

rishikksh20 commented 3 years ago

Hi @csteinmetz1 , recently in TFGAN paper https://arxiv.org/pdf/2011.12206.pdf author uses many time domain audio loss like Energy loss, Time loss and Phase loss. Do you have any roadmap to include these losses into this repo.

csteinmetz1 commented 3 years ago

Hi @rishikksh20, thanks for bringing these losses to my attention! They are interesting and would be a great addition. I don't currently have a plan to implement them, but I will add them to my list. More than happy to accept a pull request if you are interested in starting an implementation.