mirror of https://github.com/coqui-ai/TTS.git
Merge pull request #480 from jyegerlehner/import-scipy.io.wavefile-master
Fix import of scipy.io.wavfile in master
This commit is contained in:
commit
6d6dca00df
|
@ -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.utils.data import StandardScaler
|
||||
|
|
Loading…
Reference in New Issue