OpenTTD/src/sound
Peter Nelson 25aeb1c5a5
Change: Use same audio buffer size (and config parameter) for all sound drivers. (#12227)
Windows drivers used a default buffer size of 8192 instead of 1024, which results in a considerable 186ms latency.
2024-03-07 23:19:59 +00:00
..
CMakeLists.txt Codechange: Make codestyle for CMake files consistent for 'control' statements 2020-09-25 14:43:13 +01:00
allegro_s.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
allegro_s.h Codechange: Add missing override specifiers. 2023-09-25 21:27:45 +01:00
cocoa_s.cpp Codechange: Silence warnings about intentionally unused parameters. 2023-09-19 22:49:59 +02:00
cocoa_s.h Codechange: Move Sound Driver parameter name listings (#10127) 2022-11-05 15:42:20 +01:00
null_s.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
null_s.h Codechange: Silence warnings about intentionally unused parameters. 2023-09-19 22:49:59 +02:00
sdl2_s.cpp Codechange: Silence warnings about intentionally unused parameters. 2023-09-19 22:49:59 +02:00
sdl_s.cpp Codechange: Silence warnings about intentionally unused parameters. 2023-09-19 22:49:59 +02:00
sdl_s.h Codechange: Move Sound Driver parameter name listings (#10127) 2022-11-05 15:42:20 +01:00
sound_driver.hpp Codechange: Ensure function opening `{` is on new line. 2023-11-09 20:15:38 +00:00
win32_s.cpp Change: Use same audio buffer size (and config parameter) for all sound drivers. (#12227) 2024-03-07 23:19:59 +00:00
win32_s.h Codechange: Move Sound Driver parameter name listings (#10127) 2022-11-05 15:42:20 +01:00
xaudio2_s.cpp Change: Use same audio buffer size (and config parameter) for all sound drivers. (#12227) 2024-03-07 23:19:59 +00:00
xaudio2_s.h Codechange: Move Sound Driver parameter name listings (#10127) 2022-11-05 15:42:20 +01:00