Skip to content

python3.6 initialize.py -3 SF1 TF1 16000, FileNotFoundError: [Errno 2] No such file or directory: 'data/wav/.wav' #126

@vayusutha

Description

@vayusutha

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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions