Skip to content

Missing lyric error encountered when running singing synthesis example #19

@instr3

Description

@instr3

I try to run this example on the documentation:

doc = ScoreDraft.Document()
seq = [ ("mA", mi(5,24), "mA", re(5,24), mi(5,48)), BL(24)]
seq +=[ ("du",mi(5,24),"ju", so(5,24), "rIm", la(5,24), "Em", mi(5,12),re(5,12), "b3", re(5,72)), BL(24)]
doc.sing(seq, ScoreDraft.TetoEng_UTAU())

I got this error:

TypeError: 'NoneType' object is not subscriptable
missed lyic: rIm

I have downloaded and installed TetoEng voicebank from the English Voicebank (CVVC) Voicebank tab in https://kasaneteto.jp/en-voicebank.html. I cannot find the token rIm in oto.ini manually either. There are similar issues with the token Em, s@n in the example, but other tokens like du, ju are fine.

Are there extra voicebanks I need to install to resolve this? Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions