-
Notifications
You must be signed in to change notification settings - Fork 288
Open
Description
Calling skip_duration on a source seems to block the thread for a completely unacceptable amount of time (several seconds, often double-digit). My guess is that this is due to how skipping is implemented where the source is manually stepped forward frame-by-frame until the offset is reached. Is is possible that the source could instead be indexed to reach the correct offset directly? I feel this should be possible, at least with sources that are constant in sample rate (or rather, sources that already use do_skip_duration_unchecked).
jevy, v-nys and will3942
Metadata
Metadata
Assignees
Labels
No labels