C# 클래스 Sagen.Pronunciation.Phoneme

파일 보기 프로젝트 열기: TheBerkin/Sagen 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ArticulationPlace ArticulationPlace
ArticulationType ArticulationManner
Backness float
Height float
IsVoiced bool
Roundedness float

공개 메소드들

메소드 설명
GetPresetIPA ( string ipa ) : Phoneme
GetPresetXSAMPA ( string xsampa ) : Phoneme
Phoneme ( ArticulationPlace artPlace, ArticulationManner artType, bool voiced = false )
Phoneme ( float height, float backness, float roundedness )
Phoneme ( float height, float backness, float roundedness, bool voiced = true, ArticulationPlace artPlace = ArticulationPlace.None, ArticulationManner artType = ArticulationManner.Vowel )

비공개 메소드들

메소드 설명
Consonant ( string ipa, string xsampa, ArticulationPlace place, ArticulationManner type, bool voiced ) : void
Phoneme ( ) : System.Collections.Generic
Vowel ( string ipa, string xsampa, float openness, float backness, float roundedness ) : void

메소드 상세

GetPresetIPA() 공개 정적인 메소드

public static GetPresetIPA ( string ipa ) : Phoneme
ipa string
리턴 Phoneme

GetPresetXSAMPA() 공개 정적인 메소드

public static GetPresetXSAMPA ( string xsampa ) : Phoneme
xsampa string
리턴 Phoneme

Phoneme() 공개 메소드

public Phoneme ( ArticulationPlace artPlace, ArticulationManner artType, bool voiced = false )
artPlace ArticulationPlace
artType ArticulationManner
voiced bool

Phoneme() 공개 메소드

public Phoneme ( float height, float backness, float roundedness )
height float
backness float
roundedness float

Phoneme() 공개 메소드

public Phoneme ( float height, float backness, float roundedness, bool voiced = true, ArticulationPlace artPlace = ArticulationPlace.None, ArticulationManner artType = ArticulationManner.Vowel )
height float
backness float
roundedness float
voiced bool
artPlace ArticulationPlace
artType ArticulationManner

프로퍼티 상세

ArticulationPlace 공개적으로 프로퍼티

The place of articulation.
public ArticulationPlace ArticulationPlace
리턴 ArticulationPlace

ArticulationType 공개적으로 프로퍼티

The type of articulation.
public ArticulationManner ArticulationType
리턴 ArticulationManner

Backness 공개적으로 프로퍼티

The backness (position of the tongue relative to the back of the mouth). The second formant, F2, corresponds directly to this vocal quality.
public float Backness
리턴 float

Height 공개적으로 프로퍼티

The height (tongue height). The first formant, F1, inversely corresponds to this vocal quality.
public float Height
리턴 float

IsVoiced 공개적으로 프로퍼티

Determines if the phoneme is voiced.
public bool IsVoiced
리턴 bool

Roundedness 공개적으로 프로퍼티

The roundedness (of the lips). The third formant, F3, typically represents roundedness.
public float Roundedness
리턴 float