float [] | SampleBuffer[Get] Sample buffer containing all raw float data |
RawAudioClipStream ( int newChannels, int newSampleRate, float newStreamReadyLength, int bufferLengthSeconds ) Generates sample buffer on construct | |
override void | Adds an array of samples to the current stream |
| float [] Meta.Voice.Audio.RawAudioClipStream.SampleBuffer |
|---|
Sample buffer containing all raw float data |
| Meta.Voice.Audio.RawAudioClipStream.RawAudioClipStream ( int newChannels, int newSampleRate, float newStreamReadyLength, int bufferLengthSeconds ) |
|---|
Generates sample buffer on construct |
| override void Meta.Voice.Audio.RawAudioClipStream.AddSamples ( float [] samples, int offset, int length ) |
|---|
Adds an array of samples to the current stream Parameters samples A list of decoded floats from 0f to 1f offsetThe index of samples to begin adding from lengthThe total number of samples that should be appended |