I just want to achieve gapless loop for audios. I have already tries both answers from stack overflow that we get on googling and also the answer from medium website but none of the seem to work. I was wondering that how the gapless loop is achieved in some of the apps available on play store, mainly the instrumental apps and then I came across C++. But I am not getting any significant method specifically to loop the audio through C++. Also it is important to note that I want only gapless looping and that too where the audio will start instantly without even a second or some milliseconds gap.
I would also welcome any other method for looping the audio other than C++ if possible.