Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Display the device sample rate in openal-info | Chris Robinson | 2022-12-31 | 1 | -1/+7 |
| | |||||
* | Print the output mode from openal-info | Chris Robinson | 2022-04-17 | 1 | -0/+29 |
| | |||||
* | Use a more compatible method to check for EFX effects | Chris Robinson | 2022-02-26 | 1 | -41/+68 |
| | | | | | | Creative's wrapper driver doesn't seem to handle EFX enums for alGetEnumValue, let alone return values only for what's supported. The only way to check which filter and effect types it supports is try to set them and check for errors. | ||||
* | Slightly improve logging on Windows | Chris Robinson | 2021-11-21 | 1 | -64/+5 |
| | | | | | The characters won't display properly if the system codepage isn't UTF-8, but at least it shouldn't cut the line off prematurely. | ||||
* | Improve handling main() with UTF-8 args on Windows | Chris Robinson | 2020-08-12 | 1 | -0/+3 |
| | |||||
* | Add missing <cstdarg> | ArthurSonzogni | 2020-04-10 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenAL-Soft fails to compile on some GCC version: https://travis-ci.com/github/ArthurSonzogni/smk/jobs/318304162 It has regressed likely after: https://github.com/kcat/openal-soft/commit/c83609277bed4be4ef40ed306bf2c57fefa19519 va_start is defined in: - <stdarg.h> - <cstdarg> The repository is using it from: - al/error.cpp - al/filter.cpp - alc/alu.cpp - alc/helpers.cpp - common/alexcpt.cpp - utils/makemhr/loaddef.cpp - utils/openal-info.c This patch is adding its definition in the files missing it: - common/alexcpt.cpp - utils/makemhr/loaddef.cpp - utils/openal-info.c Bug: https://travis-ci.com/github/ArthurSonzogni/smk/jobs/318304162 | ||||
* | Enable and fix some more warnings | Chris Robinson | 2019-09-18 | 1 | -2/+2 |
| | |||||
* | Fix a few more GCC warnings | Chris Robinson | 2019-09-14 | 1 | -1/+1 |
| | |||||
* | Avoid implicit conversions with the examples and utils | Chris Robinson | 2019-09-12 | 1 | -1/+1 |
| | |||||
* | Fix the return type of the al_fwrite wrapper | Chris Robinson | 2018-01-22 | 1 | -1/+1 |
| | |||||
* | Print available resamplers in openal-info | Chris Robinson | 2017-05-03 | 1 | -0/+33 |
| | |||||
* | Handle UTF-8 output on Windows in openal-info | Chris Robinson | 2016-09-09 | 1 | -0/+65 |
| | |||||
* | Print enumerated HRTFs in openal-info | Chris Robinson | 2015-10-28 | 1 | -0/+30 |
| | |||||
* | Print the device name in printALCInfo | Chris Robinson | 2012-04-16 | 1 | -5/+10 |
| | |||||
* | Print out a more descriptive name for the opened device in openal-info | Chris Robinson | 2012-03-01 | 1 | -1/+4 |
| | |||||
* | Use alGetEnumValue to check for supported filters and effects | Chris Robinson | 2011-09-10 | 1 | -112/+48 |
| | |||||
* | Print the ALC_DEFAULT_ALL_DEVICES_SPECIFIER when available | Chris Robinson | 2011-08-20 | 1 | -2/+6 |
| | |||||
* | Avoid including config.h in the utilities | Chris Robinson | 2011-05-17 | 1 | -2/+0 |
| | |||||
* | Recognize ALC_EXT_DEDICATED with openal-info | Chris Robinson | 2011-03-12 | 1 | -1/+32 |
| | |||||
* | Rename examples to utilities | Chris Robinson | 2010-07-17 | 1 | -0/+332 |
There is only the one, and it more accurately reflects what it is |