Skip to content
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

helper functions for selecting audio files from date and time ranges #1018

Open
sammlapp opened this issue Jul 3, 2024 · 0 comments
Open
Assignees
Labels
feature request New feature or request

Comments

@sammlapp
Copy link
Collaborator

sammlapp commented Jul 3, 2024

wrappers for metadata parsing and filtering audio files based on start time / date

for instance:

files_from_date_range = select_files_in_date_range(files,first_date=datetime(...),last_date=datetime(...))
files_from_time_range = filter_files_by_start_time(files, earliest_start_time, latest_start_time)
@sammlapp sammlapp added the feature request New feature or request label Jul 3, 2024
@syunkova syunkova self-assigned this Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants