Lyrics-to-audio-alignement system. Based on Machine Learning Algorithms: Hidden Markov Models with Viterbi forced alignment. The alignment is explicitly aware of durations of musical notes. The phonetic model are classified with MLP Deep Neural Network.
sectionLInk object has no section object assigneed.
See in method
makam.MakamRecording.MakamRecording._loadsectionTimeStampsLinks
have a look for an example at:
makam.MakamRecording.MakamRecording._loadsectionTimeStampsAnno()
This fails in align.LyricsAligner.LyricsAligner.alignRecording:
if not hasattr(currSectionLink, 'section') or currSectionLink.section == None:
sectionLInk object has no section object assigneed. See in method makam.MakamRecording.MakamRecording._loadsectionTimeStampsLinks have a look for an example at: makam.MakamRecording.MakamRecording._loadsectionTimeStampsAnno()
This fails in align.LyricsAligner.LyricsAligner.alignRecording: if not hasattr(currSectionLink, 'section') or currSectionLink.section == None: