IAudioSpeechToWavBytes Method |
Returns an in-memory WAV file of synthesised speech corresponding to the text passed across.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax byte[] SpeechToWavBytes(
string speechText
)
Function SpeechToWavBytes (
speechText As String
) As Byte()
array<unsigned char>^ SpeechToWavBytes(
String^ speechText
)
abstract SpeechToWavBytes :
speechText : string -> byte[]
Parameters
- speechText
- Type: SystemString
Return Value
Type:
ByteSee Also