RainwayAudioSubmission class
public class RainwayAudioSubmission
Public Members
| name | description |
|---|---|
| RainwayAudioSubmission() | The default constructor. |
| buffer { get; set; } | Buffer of sample data, laid out like: "sample 0 (left), sample 0 (right), sample 1 (left), sample 1 (right)..." |
| channels { get; set; } | Number of channels. This must always be 2. |
| sampleCount { get; set; } | Number of samples in the buffer (equals the number of ints or floats in buffer, divided by channels). |
| samplesPerSec { get; set; } | Sample rate of the buffer in hertz. The maximum supported value is 48000 Hz. |
See Also
- namespace Rainway.SDK
