rasmus.interpreter.sampled
Interface AudioStream
- All Known Implementing Classes:
- AudioFallBackStream, AudioStreamConverter, WaveUtils.ResampleStream
public interface AudioStream
Method Summary |
void |
close()
|
int |
isStatic(double[] buffer,
int len)
|
int |
mix(double[] buffer,
int start,
int end)
|
int |
replace(double[] buffer,
int start,
int end)
|
int |
skip(int len)
|
mix
int mix(double[] buffer,
int start,
int end)
replace
int replace(double[] buffer,
int start,
int end)
isStatic
int isStatic(double[] buffer,
int len)
skip
int skip(int len)
close
void close()