Click or drag to resize
IAudioSpeechToWavBytes Method
Returns an in-memory WAV file of synthesised speech corresponding to the text passed across.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
byte[] SpeechToWavBytes(
	string speechText
)

Parameters

speechText
Type: SystemString

Return Value

Type: Byte
See Also