Struct ChatroomAudioSegment
Namespace: Adrenak.UniVoice
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public struct ChatroomAudioSegment
Fields
channelCount
THe number of channels in the audio
Declaration
public int channelCount
Field Value
Type | Description |
---|---|
Int32 |
frequency
The frequency (or sampling rate) of the audio
Declaration
public int frequency
Field Value
Type | Description |
---|---|
Int32 |
samples
A float array representing the audio sample data
Declaration
public float[] samples
Field Value
Type | Description |
---|---|
Single[] |
segmentIndex
The segment index of the audio samples
Declaration
public int segmentIndex
Field Value
Type | Description |
---|---|
Int32 |