ming024 / FastSpeech2

An implementation of Microsoft's "FastSpeech 2: Fast and High-Quality End-to-End Text to Speech"
MIT License
1.81k stars 531 forks source link

Relationships between different config in configuration files #123

Open Tian14267 opened 2 years ago

Tian14267 commented 2 years ago

Hi , It is vert excellent work ,and I like this work very much. But I have a doubt about the config: if in my voice files, sampling_rate = 8000, How I set other config ,like ,max_wav_value, filter_length, hop_lengthand win_lengthin stft, and n_mel_channels, mel_fminand mel_fmaxin mel ? do you have some formula to get those parameter? @ming024

asarsembayev commented 1 year ago

Hi , It is vert excellent work ,and I like this work very much. But I have a doubt about the config: if in my voice files, sampling_rate = 8000, How I set other config ,like ,max_wav_value, filter_length, hop_lengthand win_lengthin stft, and n_mel_channels, mel_fminand mel_fmaxin mel ? do you have some formula to get those parameter? @ming024

Check this reply