Skip to content

max length of audio files in dataset / change max duration? #494

Answered by SWivid
XanomalieX asked this question in Q&A
Discussion options

You must be logged in to vote

if duration < 1 or duration > 25:
if duration > 25:
error_files.append([file_audio, "duration > 25 sec"])
if duration < 1:
error_files.append([file_audio, "duration < 1 sec "])

Feel free to change the threshold of duration (not sure if it's the only place needed to change)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@XanomalieX
Comment options

Answer selected by XanomalieX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants