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

Isolate code from sklearn for normalization of a two-dimensional matrix as used [here](https://github.com/georgid/AlignmentDuration/blob/production_no_melody/src/align/Decoder.py#L276) I tried to copy the sklearn method [here](https://github.com/georgid/AlignmentDuration/commit/c4e7b99d88d3aeb91a3aeecaf4915e738ac4c404) but did not have time to finish, because it...

dev_ops
refactoring
non-my-code-dependent
urgent

make sure extracting MFCC with essentia same as damp model: add preempahsis (or recreate model without preemphasis ) add cepstral mean normalization

dev_ops
non-my-code-dependent
urgent

isolate only the code from https://github.com/ztane/python-Levenshtein for the method Levenshtein.distance, compile and add as a static library in code.

dev_ops
non-my-code-dependent
urgent

for example in src.align.FeatureExtractor.FeatureExtractor._extractMFCCs it is hard coded

non-my-code-dependent
urgent

move this src.align.FeatureExtractor.getTimeStamps to Utilz. At the end of Utilz there are methods which repeat this code.

The code for expansion of silence word could be reduced [here](https://github.com/georgid/AlignmentDuration/blob/noteOnsets/src/for_english/CMUWord.py#L36)

Store the char, not only the pinynin in the mandarinSyllable class. See initi of the mandarinSyllable class [here](https://github.com/georgid/AlignmentDuration/blob/noteOnsets/src/for_jingju/lyricsParser.py#L221). Split chinese characters [in this method](https://github.com/georgid/AlignmentDuration/blob/noteOnsets/src/align/GenericRecording.py) and give as argument.

we got error: last state for word _SAZ_ is not sp. Sorry - not implemented. The problem is it is that I removed sp from SAZ so that it is...

bug

there is kimseye-specific code in align.LyricsAligner.LyricsAligner.alignLyricsSection remove it.

duplicate