I want to mix multiple wav file. Files can have different start time. For that, I set an offset on the pad of the mixer.
I am using gstreamer-java.
This is an example of the timeline with two files. There is a 10 sec offset for file 2.
It works fine. File 2 start as expected. But if I do a seek request, I won't hear file 2 for the duration of its offset (here : 10 sec). When I hear file 2 again, the file is in sync with the expected timeline.
Is it possible to do a seek request when the mixer has pad with offset ?