aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-06-13 16:07:25 -0700
committerChris Robinson <[email protected]>2014-06-13 16:07:25 -0700
commit57c683f822c11b89806c3d59bdcf6f29c0c65f91 (patch)
tree04ad93f033da917fd6766c96b7464ad6efb0847c /OpenAL32
parenta8deaf12f433281b8d996aa593ebff196e3a8189 (diff)
Get the mixer and resampler functions when needed
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/Include/alSource.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h
index f75a670b..6c6485ae 100644
--- a/OpenAL32/Include/alSource.h
+++ b/OpenAL32/Include/alSource.h
@@ -31,12 +31,9 @@ typedef struct ALactivesource {
ALvoid (*Update)(struct ALactivesource *self, const ALCcontext *context);
/** Current target parameters used for mixing. */
- ResamplerFunc Resample;
- MixerFunc Mix;
- HrtfMixerFunc HrtfMix;
+ ALint Step;
ALboolean IsHrtf;
- ALint Step;
ALuint Offset; /* Number of output samples mixed since starting. */