aboutsummaryrefslogtreecommitdiff
path: root/sokol_audio.h
Commit message (Expand)AuthorAgeFilesLines
* Fix #pragma compilation with tcc on windowsspaceface2021-02-081-4/+4
* move SOKOL_IMPL vs SOKOL_xxx_IMPL outside the include guardAndre Weissflog2020-11-281-3/+3
* make SOKOL_IMPL vs SOKOL_xxx_IMPL consistent across all headers (both are sup...Andre Weissflog2020-11-281-6/+9
* document SOKOL_API_DECL (these macros are still valid)Andre Weissflog2020-11-281-0/+1
* Merge branch 'distinct_export_macros' of https://github.com/iboB/sokol into i...Andre Weissflog2020-11-281-16/+20
|\
| * Auto-generated distinct macros per lib. Resolves #428Borislav Stanimirov2020-11-191-16/+20
* | sokol_audio.h: minor code cleanup, and fix a confused prefixAndre Weissflog2020-11-241-5/+5
|/
* sokol_audio.h: simplify ALSA init, but no functional changeAndre Weissflog2020-10-121-19/+19
* sokol_audio.h Linux: better ALSA initializationAndre Weissflog2020-10-071-2/+21
* mention miniaudio in the sokol_audio.h doc-section.Andre Weissflog2020-10-021-2/+7
* sokol_audio.h win32: revert to ignoring return value of CoInitializeExAndre Weissflog2020-09-301-6/+8
* sokol_audio.h uwp: silence two unused warningsAndre Weissflog2020-09-301-0/+2
* UWP compatibility, no MMDEVICEAlberto Fustinoni2020-09-291-19/+127
* sokol_audio.h: blind fix for #386 (can't reproduce this though)Andre Weissflog2020-09-221-9/+13
* sokol_audio.h win32: ignore CoInitializeEx return value (fixes #381)Andre Weissflog2020-09-191-7/+7
* Don't include platform headers if SOKOL_DUMMY_BACKEND is definedbqqbarbhg2020-07-281-6/+24
* sokol_audio.h: properly shutdown the WebAudio backendAndre Weissflog2020-06-171-5/+17
* Merge pull request #312 from garettbass/masterAndre Weissflog2020-06-051-0/+3
|\
| * added more #define NOMINMAX, removed redundant #include <windows.h>Garett Bass2020-06-041-0/+3
* | sokol_audio.h: fix a signed/unsigned comparison warnings in Windows code pathAndre Weissflog2020-06-041-1/+1
* | fix warnings in D3D11 code path and clang-msvcEduardo Bart2020-06-011-1/+1
* | sokol_audio.h: fix unused param warning in Linux code pathAndre Weissflog2020-05-301-0/+1
* | fix unused parameter warnings in platform-agnostic and OSX/iOS code pathsAndre Weissflog2020-05-301-0/+5
|/
* reference-based equivalents for c++Garett Bass2020-05-061-0/+4
* Fix typos.Bruce Mitchener2020-01-301-1/+1
* sokol_audio.h Android: add two casts needed when compiling as C++Andre Weissflog2020-01-191-2/+2
* sokol_audio.h: fix #228 (function declaration mismatch)Andre Weissflog2019-10-301-3/+6
* sokol_audio.h: rewrite ring buffer code to unsigned intAndre Weissflog2019-10-081-11/+11
* ifdef guardsmartincohen2019-09-021-12/+13
* sokol_audio - opensles backend: initial versionseptag2019-08-131-1/+285
* FIX: warning: jump to label 'error' crosses initialization of 'REFERENCE_TIME...Oldes2019-07-081-1/+2
* new sokol_fetch.h header (#178)Andre Weissflog2019-07-061-4/+9
* Fix typos.Bruce Mitchener2019-06-261-2/+2
* sokol_audio.h: add saudio_userdata() and saudio_query_desc() functionsAndre Weissflog2019-06-051-0/+12
* Add SOKOL_DLL support to all headers. (#163)Andre Weissflog2019-06-041-1/+15
* emscripten: remove leading underscore in EM_JS function names, causes problem...Andre Weissflog2019-05-301-6/+6
* added a project URL to the docs-comment block of all headersAndre Weissflog2019-05-151-0/+2
* sokol_audio.h: replace SOKOL_AUDIO_NO_BACKEND with SOKOL_DUMMY_BACKEND (same ...Andre Weissflog2019-05-061-2/+2
* add 'included' defines to all sokol headers for better error messages when in...Andre Weissflog2019-03-091-0/+2
* sokol_app.h/sokol_audio.h: add userdata support for callbacks (#120)Andre Weissflog2019-02-211-13/+50
* Emscripten platform updates (#116)Andre Weissflog2019-02-161-2/+2
* some more header structure cleanup in sokol_audio.hAndre Weissflog2019-01-291-53/+55
* sokol_audio.h: Linux fixesAndre Weissflog2019-01-281-4/+4
* cleanup sokol-audio data structuresAndre Weissflog2019-01-281-273/+310
* detect debug mode via NDEBUG, not _DEBUG, raise Android log level to INFOAndre Weissflog2019-01-271-1/+1
* Android support (sokol_app) (#87)Gustav Olsson2019-01-261-1/+1
* sokol_audio.h: another 'compiled as C++' fixAndre Weissflog2019-01-231-0/+8
* sokol_app.h, sokol_audio.h: exclude emscripten when detecting __unix__Andre Weissflog2019-01-221-2/+2
* sokol_audio.h: fix Win32 backend when compiling in C++ modeAndre Weissflog2019-01-221-4/+10
* sokol_audio.h / sokol_app.h: more Linux detection tweaksAndre Weissflog2019-01-221-2/+2