Gliniak
|
3ac98ebfba
|
[Static Analysis] Resolved some issues mentioned in Alexandr-u report
|
2024-11-02 19:08:34 +01:00 |
Hendi
|
5a76cac218
|
[APU] Refactor audio system to work with different frequencies/channel layouts
|
2024-10-23 22:04:47 +02:00 |
Joel Linn
|
cd631fc447
|
[APU, SDL] Refactor sample submission
- Move sample conversion to SDL callback thread
- Add early channel down-conversion
|
2021-06-12 18:57:39 +03:00 |
Joel Linn
|
6267c73c4c
|
[SDL] Add global helper to setup the library.
Call to SDLHelper::Prepare() is needed before first SDL_InitSubSystem().
- Sets hints (SDL configuration vars).
- Configures logging.
|
2020-04-23 15:44:58 -05:00 |
Joel Linn
|
05a62673f7
|
[SDL2] Redirect log messages into our system.
|
2020-04-08 21:55:56 -05:00 |
Joel Linn
|
11d79c6c1c
|
[SDL2] Remove delayed loading code.
|
2020-04-08 21:55:56 -05:00 |
Joel Linn
|
804384c19c
|
[SDL2] On Win, build and link statically.
Keep using system lib dynamically on Unix.
|
2020-04-08 21:55:56 -05:00 |
gibbed
|
a48bb71c2f
|
Overhaul logging.
|
2020-04-07 16:09:41 -05:00 |
Joel Linn
|
160f218210
|
[APU/Linux] Implement cross platform audio using SDL2 library.
|
2020-02-10 14:01:47 -06:00 |