API reference

Decoding Namespace

Enumeration Types

Enumeration AudioDecoderPcmType

Various pcm types
Int16
No description available
Int32
No description available
Int64
No description available
UInt16
No description available
UInt32
No description available
UInt64
No description available

Functions

delegate void AudioJsonDecodeDelegate
( List< WitResponseNode > jsonNode )
A delegate to be called when text data is decoded from an audio stream
delegate void AudioSampleDecodeDelegate
( float [] samples,
int offset,
int length )
A delegate to be called when audio samples are decoded from a web stream