From 881bfd7b8cbc31047b4c497aeb7cd802e4d218d2 Mon Sep 17 00:00:00 2001 From: jun_mac Date: Thu, 8 Jul 2021 15:30:20 +0900 Subject: [PATCH] clip issue's solution --- config/AISHELL3/preprocess.yaml | 2 +- config/LJSpeech/preprocess.yaml | 2 +- config/LJSpeech_paper/preprocess.yaml | 2 +- config/LibriTTS/preprocess.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/AISHELL3/preprocess.yaml b/config/AISHELL3/preprocess.yaml index 2aebb2ab3c..ada3df5668 100644 --- a/config/AISHELL3/preprocess.yaml +++ b/config/AISHELL3/preprocess.yaml @@ -13,7 +13,7 @@ preprocessing: language: "zh" audio: sampling_rate: 22050 - max_wav_value: 32768.0 + max_wav_value: 32767.0 stft: filter_length: 1024 hop_length: 256 diff --git a/config/LJSpeech/preprocess.yaml b/config/LJSpeech/preprocess.yaml index 8d5364aad0..d3e4e537d0 100644 --- a/config/LJSpeech/preprocess.yaml +++ b/config/LJSpeech/preprocess.yaml @@ -13,7 +13,7 @@ preprocessing: language: "en" audio: sampling_rate: 22050 - max_wav_value: 32768.0 + max_wav_value: 32767.0 stft: filter_length: 1024 hop_length: 256 diff --git a/config/LJSpeech_paper/preprocess.yaml b/config/LJSpeech_paper/preprocess.yaml index 457fbadaae..c77106207e 100644 --- a/config/LJSpeech_paper/preprocess.yaml +++ b/config/LJSpeech_paper/preprocess.yaml @@ -13,7 +13,7 @@ preprocessing: language: "en" audio: sampling_rate: 22050 - max_wav_value: 32768.0 + max_wav_value: 32767.0 stft: filter_length: 1024 hop_length: 256 diff --git a/config/LibriTTS/preprocess.yaml b/config/LibriTTS/preprocess.yaml index b8429b6092..9325cfec54 100644 --- a/config/LibriTTS/preprocess.yaml +++ b/config/LibriTTS/preprocess.yaml @@ -13,7 +13,7 @@ preprocessing: language: "en" audio: sampling_rate: 22050 - max_wav_value: 32768.0 + max_wav_value: 32767.0 stft: filter_length: 1024 hop_length: 256