/**
* @see #byte2float(byte[] input, int inByteOffset, Object[] output, int
* outOffset, int frameCount, AudioFormat format, boolean
* allowAddChannel)
*/
public static void byte2float(byte[] input, int inByteOffset,
List<float[]> output, int outOffset, int frameCount,
AudioFormat format) {
byte2float(input, inByteOffset, output, outOffset, frameCount, format,
true);
}
FloatSampleTools.java 文件源码
java
阅读 19
收藏 0
点赞 0
评论 0
项目:romanov
作者:
评论列表
文章目录