Package org.lwjgl.openal
Class SOFTSourceResampler
- java.lang.Object
-
- org.lwjgl.openal.SOFTSourceResampler
-
public class SOFTSourceResampler extends java.lang.ObjectNative 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 intAL_DEFAULT_RESAMPLER_SOFT
AL_NUM_RESAMPLERS_SOFTstatic intAL_RESAMPLER_NAME_SOFTAccepted as thepnameparameter ofGetStringiSOFT.static intAL_SOURCE_RESAMPLER_SOFT
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringalGetStringiSOFT(int pname, int index)static longnalGetStringiSOFT(int pname, int index)
-
-
-
Field Detail
-
AL_RESAMPLER_NAME_SOFT
Accepted as thepnameparameter ofGetStringiSOFT.
-
-