forked from nperezg/biosounds
-
Notifications
You must be signed in to change notification settings - Fork 3
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
duty cycle for recordings #217
Comments
Good question. I prefer the banded one at the bottom - it emphasizes the periodicity better. |
There is a bug here, which causes the display to be incorrect. |
I forgot to determine whether it was audio or metadata, which resulted in the metadata also executing the command to read ID3. |
Working in Docker. |
Closed
working online |
completed in #511 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need a new field in the recordings tables called "duty cycle". It describes how many minutes of sound are recorded per period and it can be expressed as a fraction. For instance, 1/3 means 1 minute of sound is recorded every 3 minutes.
If it is better to store that information in two fields (this is likely), then we can call these duty_cycle_recording and duty_cycle_period.
The duty cycle is relevant only for meta-recordings, as with real recordings, the use of a duty cycle will result in separate files (shown with spectrograms #202 ).
Duty-cycled meta-recordings should be shown with banded bars in the timeline. The band color proportions should correspond to the duty cycle, and the duty cycle be included in the label.
The text was updated successfully, but these errors were encountered: