I was able to run example upto initialize configure files for the source and target speakers and the speaker-pair.
But when i try to trace f0, i,e python initialize.py -3 SF1 TF1 16000, im getting trace back error as follows:
Traceback (most recent call last):
File "initialize.py", line 180, in
str(WAV_DIR), str(CONF_DIR / "figure"))
File "/media/vayu/01D38AA42152F1F0/sprocket/sprocket-master/example/src/initialize_speaker.py", line 87, in main
fs, x = wavfile.read(wavf)
File "/home/vayu/.local/lib/python3.6/site-packages/scipy/io/wavfile.py", line 233, in read
fid = open(filename, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: 'data/wav/.wav'
Is it suppose to create a .wav file in the path : example/data/wav ???
Please help me to debug it...
I was able to run example upto initialize configure files for the source and target speakers and the speaker-pair.
But when i try to trace f0, i,e python initialize.py -3 SF1 TF1 16000, im getting trace back error as follows:
Traceback (most recent call last):
File "initialize.py", line 180, in
str(WAV_DIR), str(CONF_DIR / "figure"))
File "/media/vayu/01D38AA42152F1F0/sprocket/sprocket-master/example/src/initialize_speaker.py", line 87, in main
fs, x = wavfile.read(wavf)
File "/home/vayu/.local/lib/python3.6/site-packages/scipy/io/wavfile.py", line 233, in read
fid = open(filename, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: 'data/wav/.wav'
Is it suppose to create a .wav file in the path : example/data/wav ???
Please help me to debug it...