I am using Sonic Annotator to extract pitch from wav files using pYIN method.
sonic-annotator -s vamp:pyin:pyin:smoothedpitchtrack > test.n3
sonic-annotator -t test.n3 /<filename> -w csv --csv-stdout > t.txt
I tried changing the vamp:step_size and vamp:block_size in test.n3 RDF file and execute the command. But it fails, without providing any errors or warnings.
I am using Sonic Annotator to extract pitch from wav files using pYIN method.
sonic-annotator -s vamp:pyin:pyin:smoothedpitchtrack > test.n3sonic-annotator -t test.n3 /<filename> -w csv --csv-stdout > t.txtI tried changing the
vamp:step_sizeandvamp:block_sizein test.n3 RDF file and execute the command. But it fails, without providing any errors or warnings.