AlignmentDuration icon indicating copy to clipboard operation
AlignmentDuration copied to clipboard

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 phon...

Results 43 AlignmentDuration issues
Sort by recently updated
recently updated
newest added

means, covars, weights, should not be in the constructor of _ContinuousHMM, because they are observation probabilities.

Would be nice that the field sectionLyrics in MUsicXML Parser is type ScoreSection. further MakamScore should have a field score in the same way symbTrParser has a field score of...

in function constructTransMAtrix from Decoder : # SPECIAL CASE: two last states the else is not needed? because defineForwardTransProbs() covers it. Related: THink how to reduce code do that #...

If cython is not available, this package fails `setup.py install` with this error: ``` Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 20,...

in align.LyricsWithModels.LyricsWithModels._linkToModels This way not needed to handle specially the phoneme sp. It is now inserted as Phoneme in phonemes network in LyricsWithModels but not seen in list of words...

enhancement

-LyricsAligner. withAnnotations and withLinks have two similar loops, think how to put it in one loop. - test and update pycompmusic.lyricsAlign

hmm.Path.Path.**init** can haas input only hmm and read psi and phi from it

so eliminate RecordingSegmenter step, do alignment for each section in a loop - recomupte timestamps fron whole recording mfc to given sectuin( input: section.json) - Align - recomupte tinmestamps for...