Skip to content

STFT question in multi-frequency discriminator #15

Open
@jerryuhoo

Description

@jerryuhoo

self.mel_scale = MelScale(n_mels=(fft_size // 2 + 1),

Hi, I found a potential bug. The sample rate is not passed into MelScale in this line in the multi-frequency discriminator, so the default sample rate is 24000. However, the sample rate in the config file is 44100. Is this a bug or it doesn't matter? Also, may I ask did you implement MultiFrequencyDiscriminator yourself, or do you have a reference code? How do you choose the parameters (such as domain="double" and hop lengths)? Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions