My music track includes an intro (I), a looped section (L), and an ending (E). I'm looking to prevent the ending from playing, so the audio file would be I + L + E, but only I + L should be heard on playback.
I managed to achieve this by splitting the intro and loop into separate files, but now I want to do it dynamically on the client side.
Can someone guide me on how to accomplish this?