Method AddSamples
AddSamples(NativeArray<float>)
Add audio samples to the WAV file.
Declaration
public void AddSamples(NativeArray<float> data)
Parameters
Type | Name | Description |
---|---|---|
NativeArray<float> | data | The buffer of audio samples to add. |
Add audio samples to the WAV file.
public void AddSamples(NativeArray<float> data)
Type | Name | Description |
---|---|---|
NativeArray<float> | data | The buffer of audio samples to add. |