Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 440 Bytes

SluConfig.md

File metadata and controls

26 lines (17 loc) · 440 Bytes

SluConfig

SLU stream configuration describes the audio data sent to the stream. If misconfigured, the recognition stream will not produce any useful results.

public struct SluConfig

Properties

sampleRate

The sample rate of the audio sent to the stream, in Hertz.

let sampleRate: Double

channels

The number of channels in the audio sent to the stream.

let channels: UInt32