Package org.lwjgl.openal
Class SOFTSourceResampler
- java.lang.Object
-
- org.lwjgl.openal.SOFTSourceResampler
-
public class SOFTSourceResampler extends java.lang.Object
Native bindings to the SOFT_source_resampler extension.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.
-
-
Field Summary
Fields Modifier and Type Field Description static int
AL_DEFAULT_RESAMPLER_SOFT
AL_NUM_RESAMPLERS_SOFTstatic int
AL_RESAMPLER_NAME_SOFT
Accepted as thepname
parameter ofGetStringiSOFT
.static int
AL_SOURCE_RESAMPLER_SOFT
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
alGetStringiSOFT(int pname, int index)
static long
nalGetStringiSOFT(int pname, int index)
-
-
-
Field Detail
-
AL_RESAMPLER_NAME_SOFT
Accepted as thepname
parameter ofGetStringiSOFT
.
-
-