-
-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looks like bpm operator is broken #2871
Comments
Hi, Is the source connected to an output? You need to be actively pulling data from it to generate stats. At the very lease you should add:
I just confirmed that the operator is at least working on |
Hey @toots yes that source is connected to output, glad that you added tests, so you will suggest to try on Rolling Release 2.1.x? |
Confirmed also working on |
Could be that the BPM algorithm is failing on your content, tho. It will for instance report |
Describe the bug
BPM operator https://www.liquidsoap.info/doc-2.1.3/reference.html#bpm always return
0.
, looks like with some version upgrade this is brokenTo Reproduce
returns
Expected behavior
after calling
detectBpm
it should return BPM instead of 0Version details
Also checked plugins on liquidsoap installation, looks ok:
Install method
Via deb package 2.1.3-debian-bullseye-1_amd64.deb
Other issue
If I call bpm directly on
musicSource
instead add to new variablemusicSourceBpm
eg
the metadata is stripped out from
musicSource
The text was updated successfully, but these errors were encountered: