You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm building a ConcatenatingMediaSource for audio tracks that are placed in a timeline. I need to put Gaps or Silent tracks with custom duration between them, does the library provide a DummyMediaSource of some sort with custom duration that I can concatenate between the tracks in order to have these gaps?
If not, could you suggest a solution for this problem. Thank you.