Lior Halphon
|
0e1d6545e9
|
Various improvements and fixes
|
2022-07-23 14:38:55 +03:00 |
Lior Halphon
|
8e125b31f6
|
macOS compatibility, stability
|
2022-07-23 14:21:31 +03:00 |
Maximilian Mader
|
de10338962
|
Change `_audio_get_queue_length()` accoring to a856566b
This also reduces the internal audio buffer size down to 5 ms,
similar to the SDL backend at 96 kHz.
|
2022-07-18 22:24:00 +02:00 |
Maximilian Mader
|
8760cc5517
|
Mark `check_al_error()` as `static`
|
2022-07-18 22:16:34 +02:00 |
Maximilian Mader
|
d48037beec
|
Remove `__FILE__` usage in the OpenAL driver
|
2022-07-18 22:15:35 +02:00 |
Maximilian Mader
|
8fa02e0ea2
|
Make sure that audio resumes playing after clearing the queue
|
2022-07-18 22:15:35 +02:00 |
Maximilian Mader
|
7a24073f6d
|
Make sure that `AL_BUFFERS_PROCESSED` returns a valid value in `_audio_deinit()`
|
2022-07-18 22:15:35 +02:00 |
Maximilian Mader
|
64db300f24
|
Add an optional OpenAL audio driver for the SDL frontend
To compile the OpenAL driver specify `ENABLE_OPENAL=1` when
invoking `make`.
|
2022-07-18 22:15:35 +02:00 |