Skip to content

Commit

Permalink
Call python instead of python3
Browse files Browse the repository at this point in the history
  • Loading branch information
jurihock committed Nov 12, 2023
1 parent f33f1c4 commit ff73f45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stftpitchshift.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ popd >/dev/null 2>&1
example=examples/voice

run build-release/stftpitchshift -i $example.wav -o $example.cpp.wav $@
run python3 stftpitchshift.py -i $example.wav -o $example.python.wav $@
run python stftpitchshift.py -i $example.wav -o $example.python.wav $@

python3 compare.py $example.python.wav $example.cpp.wav
python compare.py $example.python.wav $example.cpp.wav

0 comments on commit ff73f45

Please sign in to comment.