| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
and OpenAL paremeter. Can be 'plugged' into existing OpenAL logic.
|
|
|
|
|
|
|
|
|
|
|
| |
AL_EXT_FLOAT32, AL_EXT_DOUBLE
Note: AL_SOFT_buffer_samples is n/a since openal-soft 1.18.0
ALHelpers.getALFormat(..) uses cached booleans for optionally used available extensions.
Add DEBUG output for ALAudioSink.init() and ALAudioSink.isSupported(),
allowing to track supported and used formats.
|
| |
|
|
|
|
|
|
|
| |
if slept long enough but giving better threading perf for openal-soft
This with exclusive context gives us no distortion at 3x 12ms frames,
reduced from 3x 16ms. See Synth02AL.
|
| |
|
|
see gluegen commit 270172bcbd91f96d4a38a3d73e23d744f57a25b8)
|