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, getTimestamp
float getData(int row, int column)
row
- rowcolumn
- columnfloat getRealData(int row, int column)
row
- rowcolumn
- columnfloat[] getData()
getData
in interface AudioBuffer
AbstractAudioSpectrum.getData()
float[] getRealData()
getRealData
in interface AudioBuffer
int getNumberOfRows()
int getNumberOfColumns()
AudioMatrix derive(Matrix real, Matrix imaginary)
real
- real dataimaginary
- imaginary dataCopyright © 2011–2020 tagtraum industries incorporated. All rights reserved.