HMMMM
Active member
Hi Does anyone one know how time-synced lyrics are created and how you get from basic lyrics to them ? I have heard AI can do this badly. I am presuming you can look for square bracket notation for verses and chorus and the get them into an array with something like $parts = preg_split('/(?=[A-Z])/', $lyrics, -1, PREG_SPLIT_NO_EMPTY); but this will only get you a basic line array which you can divide into the duration for timer. Is there a better way to do it ?