Skip to content

Commit

Permalink
Update meldataset.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiefy authored Sep 10, 2022
1 parent e37f0da commit e838e5c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions meldataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@
"hop_length": 300
}

MEL_PARAMS_2 = {
"n_mels": 80,
"n_fft": 1024,
"win_length": 1024,
"hop_length": 256
}


class MelDataset(torch.utils.data.Dataset):
def __init__(self,
data_list,
Expand Down

0 comments on commit e838e5c

Please sign in to comment.