Click or drag to resize
IAudio Interface
The interface for objects that can generate audio.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IAudio

The IAudio type exposes the following members.

Properties
  NameDescription
Public propertyIsSupported
Gets a value indicating that the runtime supports audio.
Top
Methods
  NameDescription
Public methodSpeechToWavBytes
Returns an in-memory WAV file of synthesised speech corresponding to the text passed across.
Top
See Also