C# Class TTSTry.Speech

Afficher le fichier Open project: htoomyintnaung/alistin-myanmar-tts

Méthodes publiques

Свойство Type Description
_exportVoice SpVoice
_voice SpVoice

Méthodes publiques

Méthode Description
export ( string message, string file ) : void
getInstalledVoices ( ) : string[]
init ( ) : void
speak ( string message ) : void

Method Details

export() public méthode

public export ( string message, string file ) : void
message string
file string
Résultat void

getInstalledVoices() public méthode

public getInstalledVoices ( ) : string[]
Résultat string[]

init() public méthode

public init ( ) : void
Résultat void

speak() public méthode

public speak ( string message ) : void
message string
Résultat void

Property Details

_exportVoice public_oe property

public SpVoice _exportVoice
Résultat SpVoice

_voice public_oe property

public SpVoice _voice
Résultat SpVoice