| Modifier and Type | Field and Description |
|---|---|
float[][] |
data
The audio signal sample values, per channel separately.
|
int |
samplingRate
The sampling rate in Hz
|
| Constructor and Description |
|---|
AudioSignal() |
| Modifier and Type | Method and Description |
|---|---|
int |
getChannels()
Returns the number of channels.
|
int |
getLength()
Returns the signal length in samples.
|