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.
The text was updated successfully, but these errors were encountered:
It's possible to write a SilenceMediaSource that inserts silence with a given duration, but we don't provide such a component currently. I'll mark this as an enhancement to add one to the core library.
shaji-Dev
changed the title
Add Gaps/DummyMediaSource with custom duration to ConcatenatingMediaSource
Add Gaps/Empty SilenceMediaSource with custom duration to ConcatenatingMediaSource
May 20, 2019
Hi,
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.
The text was updated successfully, but these errors were encountered: