public class SOFTSourceResampler
extends java.lang.Object
This extension provides a method for applications to use different resamplers for sources. OpenAL automatically resamples when playing a source at a sample rate that don't match the device's sample rate, but the resampling method is left unspecified. One could assume it would use the "best" resample method available, but this gives no clear information about what's used nor any way to choose between quality or performance. Further, some applications may prefer lower quality resamplers for its spectral properties.
| Modifier and Type | Field and Description |
|---|---|
static int |
AL_DEFAULT_RESAMPLER_SOFT
|
static int |
AL_NUM_RESAMPLERS_SOFT
|
static int |
AL_RESAMPLER_NAME_SOFT
Accepted as the
pname parameter of GetStringiSOFT. |
static int |
AL_SOURCE_RESAMPLER_SOFT
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
alGetStringiSOFT(int pname,
int index) |
static long |
nalGetStringiSOFT(int pname,
int index) |
public static final int AL_NUM_RESAMPLERS_SOFT
public static final int AL_DEFAULT_RESAMPLER_SOFT
public static final int AL_SOURCE_RESAMPLER_SOFT
public static final int AL_RESAMPLER_NAME_SOFT
pname parameter of GetStringiSOFT.Copyright LWJGL. All Rights Reserved. License terms.