Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: BAtch BPM detection/appending for Flac? (Read 3925 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

BAtch BPM detection/appending for Flac?

Hi, I have been trying to find a program (hopefully similar to Mixmeister? but for FLAC) that can detect the BPMs for FLAC files and then automatically insert this into the FLAC's metadata. I have found 1-2 options that are technically a bit beyond me but no solutions for less advanced users (I can barely follow some of the soundtouch scripts that i found and ditto for script for the BPMDj android software).

Any suggestions would really be appreciated!

Cheers,

-Gaiko

BAtch BPM detection/appending for Flac?

Reply #1
foobar2000 with the foo_bpm component?
lossyWAV -q X -a 4 -s h -A --feedback 2 --limit 15848 --scale 0.5 | FLAC -5 -e -p -b 512 -P=4096 -S- (having set foobar to output 24-bit PCM; scaling by 0.5 gives the ANS headroom to work)

 

BAtch BPM detection/appending for Flac?

Reply #2
foobar2000 with the foo_bpm component?


... doh, you are kidding. I searched all over and only found an old (2007?) thread asking for such a thing. Thank you for pointing me to it.