Small refactor after the addition of the support for linear STFT. This fixes issue with the reduction in STFTLoss and also adding support **kwargs support for all the modules that use the STFTLoss module. This also fixes a bug where mel filterbanks needed to be manually moved to the correct device. See the updates in the README for usage.
Small refactor after the addition of the support for linear STFT. This fixes issue with the
reduction
inSTFTLoss
and also adding support**kwargs
support for all the modules that use theSTFTLoss
module. This also fixes a bug where mel filterbanks needed to be manually moved to the correct device. See the updates in the README for usage.