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 branchpull/10/head
commit
299f1cafe6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue