mirror of https://github.com/coqui-ai/TTS.git
Fix import of scipy.io.wavfile
This commit is contained in:
parent
599c2dbcff
commit
c7c8b5c155
|
@ -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.utils.data import StandardScaler
|
from TTS.utils.data import StandardScaler
|
||||||
|
|
Loading…
Reference in New Issue