개발하자/🚨 Error1 [음성합성] get_mel tuple index out of range 해결법 내가 넣은 데이터와 설정되어 있는 sample rate 가 맞지 않아서 생기는 오류 import librosa import scipy.io as sio import scipy.io.wavfile import soundfile as sf import numpy as np %cd /content/glow-tts for i in range(51, 101): file_path = './filelists/wavs/'+str(i)+'.wav' #wav_file = sio.wavfile.read(file_path) y, s = librosa.load(file_path, sr=44100) resample = librosa.resample(y, s, 22050) sf.write(file_path, resample, 22.. 2021. 11. 28. 이전 1 다음