C# Class SapiVoiceSynthesize.SapiVoiceSynthesizer

Windows標準の音声合成エンジンで発声します。
Inheritance: IVoiceSynthesize
显示文件 Open project: malaybaku/harriet

Public Methods

Method Description
CreateWav ( string text ) : byte[]
Dispose ( ) : void

Method Details

CreateWav() public method

public CreateWav ( string text ) : byte[]
text string
return byte[]

Dispose() public method

public Dispose ( ) : void
return void