| Package | Description |
|---|---|
| de.quippy.sidplay.resid_builder.resid |
| Modifier and Type | Method and Description |
|---|---|
protected int |
SID.clock_fast(SID.CycleCount delta_t,
short[] buf,
int n,
int interleave)
SID clocking with audio sampling - delta clocking picking nearest sample.
|
protected int |
SID.clock_interpolate(SID.CycleCount delta_t,
short[] buf,
int n,
int interleave)
SID clocking with audio sampling - cycle based with linear sample
interpolation.
|
protected int |
SID.clock_resample_fast(SID.CycleCount delta_t,
short[] buf,
int n,
int interleave)
SID clocking with audio sampling - cycle based with audio resampling.
|
protected int |
SID.clock_resample_interpolate(SID.CycleCount delta_t,
short[] buf,
int n,
int interleave)
SID clocking with audio sampling - cycle based with audio resampling.
|
int |
SID.clock(SID.CycleCount delta_t,
short[] buf,
int n,
int interleave)
SID clocking with audio sampling.
|
Copyright © 2014. All rights reserved.