Open
Description
It would be convenient to be able to omit the source_time
for background files and have it start at any point in the recording. So essentially, have it default to ('uniform', [0, bg_audio_file_duration])
. And the same goes for event_time
. I'd like to be able to just specify ('uniform',)
for example and have them randomly placed throughout the file.
Similarly but less important, it would be nice to be able to omit event_duration and have it default to ('const', fg_audio_file_duration - source_time)
In general, I think providing sensible defaults for parameters (like label
and source_file
default to ('choose', [])
, source_time
defaults to ('const', 0)
, etc) would be helpful.
Metadata
Metadata
Assignees
Labels
No labels