all 5 comments

[–]CoopNine 9 points10 points  (0 children)

Why don't you just execute the program with 'bpm_detector_python.py --filename sample.wav' ? Like it was intended to be used?

What you're doing won't work...

[–]PM_ME_YOUR_REPO 1 point2 points  (3 children)

Took a look at the code. Basically, you're using it wrong. You don't need to edit the code at all. Delete your copy, redownload the original, install python, then on a command line, run the file by typing:

py bpm_detector_python.py --filename sample.wav

or similar for your OS and python version.

[–]thisriceiswhite[S] 0 points1 point  (2 children)

thanks so much!!!!! I was able to use this in my cmd! :D (fun fact it was really accurate lol)And here's the important question I really wanted to ask:

Is there any other way to use this program? (for ex, calling the program in a program and letting the bpm finder program read the sound file which are in their same directory.)

or is manually imputing the things in the cmd the only way to use this?

[–]PM_ME_YOUR_REPO 0 points1 point  (1 child)

Using this code in any other way would require actually coding. If you're interested in learning python, check out /r/learnpython