Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when WITH_SHORT_PAUSES = 1 #36

Open
georgid opened this issue Oct 26, 2016 · 1 comment
Open

when WITH_SHORT_PAUSES = 1 #36

georgid opened this issue Oct 26, 2016 · 1 comment
Labels

Comments

@georgid
Copy link
Owner

georgid commented Oct 26, 2016

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 not sil sp but sil.

@georgid georgid added the bug label Oct 26, 2016
@georgid
Copy link
Owner Author

georgid commented Oct 26, 2016

remove
align._PhonemeBase.PhonemeBase.getNumStates
and replace by return 1

move this logic ```

   stateIndices = range( phoneme.getNumStates())   
        if ParametersAlgo.ONLY_MIDDLE_STATE and len(phoneme.model.states) == 3: # take only middle state. 1 is middle in 0,1,2
                 stateIndices = [1]

from align._LyricsWithModelsBase._LyricsWithModelsBase._phonemes2stateNetwork
to align._LyricsWithModelsBase._LyricsWithModelsBase._createStateWithDur

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant