Class: SoundData
This page documents the methods and fields available in the SoundData class.
Members
| Signature | Description |
|---|---|
SoundData() | Creates a new instance of SoundData. |
SoundData(NativeFloatBuffer, int) | Creates a new instance of SoundData. |
SoundData(float[], int) | Creates a new instance of SoundData. |
getDataBuffer() | Returns the current data buffer. |
getSampleRate() | Returns the current sample rate. |
setDataBuffer(NativeFloatBuffer) | Sets or updates the data buffer. |
setSampleRate(int) | Sets or updates the sample rate. |