Merge pull request #479 from jyegerlehner/scipy-io-wavfile-import-dev-branch

Fix scipy.io.wavfile import in dev branch
pull/10/head
Eren Gölge 2020-08-03 12:01:02 +02:00 committed by GitHub
commit 299f1cafe6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import librosa
import soundfile as sf
import numpy as np
import scipy.io
import scipy.io.wavfile
import scipy.signal
from TTS.tts.utils.data import StandardScaler