public interface AudioMatrix extends AudioBuffer
AudioFormat
instance.| Modifier and Type | Method and Description |
|---|---|
AudioMatrix |
derive(Matrix real,
Matrix imaginary)
Derives a new matrix from this matrix using the same audio format etc, but
different data.
|
float[] |
getData()
Access to the first row.
|
float |
getData(int row,
int column)
Access to a value given its row and column.
|
int |
getNumberOfColumns()
Number of columns.
|
int |
getNumberOfRows()
Number of rows.
|
float[] |
getRealData()
Access to the first row.
|
float |
getRealData(int row,
int column)
Access to a value given its row and column.
|
clone, derive, getAudioFormat, getFrameNumber, getImaginaryData, getMagnitudes, getNumberOfSamples, getPowers, getTimestamp, getTimestampfloat getData(int row,
int column)
row - rowcolumn - columnfloat getRealData(int row,
int column)
row - rowcolumn - columnfloat[] getData()
getData in interface AudioBufferAbstractAudioSpectrum.getData()float[] getRealData()
getRealData in interface AudioBufferint getNumberOfRows()
int getNumberOfColumns()
AudioMatrix derive(Matrix real, Matrix imaginary)
real - real dataimaginary - imaginary dataCopyright © 2011–2020 tagtraum industries incorporated. All rights reserved.