public class SoundFilter extends Object
Constructor and Description |
---|
SoundFilter() |
Modifier and Type | Method and Description |
---|---|
static void |
_in(AudioFormat fmt,
byte[] samples,
int[] func) |
static void |
in16BitSignedLE(byte[] b,
int nCh,
int[] func) |
static void |
out(AudioFormat fmt,
byte[] samples,
int[] func) |
static void |
out16BitSignedLE(byte[] b,
int nCh,
int[] func) |
public static void in16BitSignedLE(byte[] b, int nCh, int[] func)
public static void out16BitSignedLE(byte[] b, int nCh, int[] func)
public static void _in(AudioFormat fmt, byte[] samples, int[] func)
public static void out(AudioFormat fmt, byte[] samples, int[] func)
Copyright © 2019. All rights reserved.