|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectjmp123.decoder.Synthesis
public class Synthesis
子带多相合成滤波。
| 构造方法摘要 | |
|---|---|
Synthesis(int nch)
子带多相合成滤波构造器。 |
|
| 方法摘要 | |
|---|---|
int |
synthesisSubBand(float[] samples,
int ch,
byte[] b,
int off)
一个子带多相合成滤波。 |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public Synthesis(int nch)
nch - 声道数,用于计算输出PCM时的步长值。| 方法详细信息 |
|---|
public int synthesisSubBand(float[] samples,
int ch,
byte[] b,
int off)
samples - 源数据,为32个样本值。ch - 当前的声道。左声道0,右声道1。b - 接收输出结果的PCM缓冲区。off - 缓冲区 b 的下标,本次开始向 b 写入数据的起始位置。
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||