Animating ER sound as E shape, not B
This commit is contained in:
parent
05abfbc687
commit
e94f7b9aeb
|
@ -124,7 +124,7 @@ Timeline<ShapeSet> getShapeSets(Phone phone, centiseconds duration, centiseconds
|
|||
case Phone::OW: return single({F});
|
||||
case Phone::AW: return duration < 30_cs ? diphthong({C}, {F}) : diphthong({D}, {F});
|
||||
case Phone::OY: return diphthong({E}, {B});
|
||||
case Phone::ER: return duration < 7_cs ? like(Phone::Schwa) : single({B});
|
||||
case Phone::ER: return duration < 7_cs ? like(Phone::Schwa) : single({E});
|
||||
|
||||
case Phone::P:
|
||||
case Phone::B: return plosive({A}, any);
|
||||
|
|
Loading…
Reference in New Issue