S Sanxion Active Member Licensed User Longtime User Apr 16, 2017 #1 Hi all Is there a way to delay the playing of two sound files? I want to achieve the effect of joining two parts of a spoken sentence together. If I play part 1 and then part 2 straight-away, part 2 will start before part 1 is complete. Thanks
Hi all Is there a way to delay the playing of two sound files? I want to achieve the effect of joining two parts of a spoken sentence together. If I play part 1 and then part 2 straight-away, part 2 will start before part 1 is complete. Thanks
DonManfred Expert Licensed User Longtime User Apr 16, 2017 #2 call a sub delayed a few ms and start playing the secnd from this sub Upvote 0
S Sanxion Active Member Licensed User Longtime User Apr 16, 2017 #3 Thanks. Is there an example? I have only used CallSubDelayed when calling a Sub in a different Activity. Also, where is the delay specified? Upvote 0
Thanks. Is there an example? I have only used CallSubDelayed when calling a Sub in a different Activity. Also, where is the delay specified?
DonManfred Expert Licensed User Longtime User Apr 16, 2017 #4 https://www.b4x.com/android/forum/pages/results/?query=CallSubUtils Note that CallSubUtils are included in the ide in b4a 6.8 (or earlier) See especially the Documentationlink https://www.b4x.com/android/help/callsubutils.html#callsubutils_callsubdelayedplus Upvote 0
https://www.b4x.com/android/forum/pages/results/?query=CallSubUtils Note that CallSubUtils are included in the ide in b4a 6.8 (or earlier) See especially the Documentationlink https://www.b4x.com/android/help/callsubutils.html#callsubutils_callsubdelayedplus