mirror of https://github.com/coqui-ai/TTS.git
Merge pull request #479 from jyegerlehner/scipy-io-wavfile-import-dev-branch
Fix scipy.io.wavfile import in dev branch
This commit is contained in:
commit
299f1cafe6
|
@ -1,7 +1,7 @@
|
||||||
import librosa
|
import librosa
|
||||||
import soundfile as sf
|
import soundfile as sf
|
||||||
import numpy as np
|
import numpy as np
|
||||||
import scipy.io
|
import scipy.io.wavfile
|
||||||
import scipy.signal
|
import scipy.signal
|
||||||
|
|
||||||
from TTS.tts.utils.data import StandardScaler
|
from TTS.tts.utils.data import StandardScaler
|
||||||
|
|
Loading…
Reference in New Issue