C# Class TTSTry.Speech

Mostrar archivo Open project: htoomyintnaung/alistin-myanmar-tts

Public Properties

Property Type Description
_exportVoice SpVoice
_voice SpVoice

Public Methods

Method Description
export ( string message, string file ) : void
getInstalledVoices ( ) : string[]
init ( ) : void
speak ( string message ) : void

Method Details

export() public method

public export ( string message, string file ) : void
message string
file string
return void

getInstalledVoices() public method

public getInstalledVoices ( ) : string[]
return string[]

init() public method

public init ( ) : void
return void

speak() public method

public speak ( string message ) : void
message string
return void

Property Details

_exportVoice public_oe property

public SpVoice _exportVoice
return SpVoice

_voice public_oe property

public SpVoice _voice
return SpVoice