aboutsummaryrefslogtreecommitdiff
path: root/sokol_audio.h
Commit message (Expand)AuthorAgeFilesLines
* sokol_audio.h macOS: don't include macOS framework headers by default. (#501)Andre Weissflog2021-03-311-13/+112
* sokol_audio.h: add build instructions for building with MINGW gccAndre Weissflog2021-03-271-4/+13
* sokol_audio.h: platform detection fixesAndre Weissflog2021-03-271-5/+11
* sokol_audio.h: clean up platform detection macrosAndre Weissflog2021-03-271-182/+205
* sokol_audio.h: ARC vs no-ARC fix for iOSAndre Weissflog2021-02-221-0/+2
* sokol_audio.h: fix comment typo, AVFramework -> AVFoundationAndre Weissflog2021-02-161-1/+1
* sokol_audio.h iOS: mention ARC vs non-ARC in documentationAndre Weissflog2021-02-161-1/+2
* sokol_audio.h: fix ARC vs non-ARC on iOSAndre Weissflog2021-02-161-28/+36
* sokol_audio.h: don't assert on AudioQueuePause/StartAndre Weissflog2021-02-151-13/+10
* Merge branch 'sokol-audio-avaudiosession' of https://github.com/oviano/sokol ...Andre Weissflog2021-02-151-1/+83
|\
| * Merge branch 'master' into sokol-audio-avaudiosessionOliver Collyer2020-12-041-20/+28
| |\
| * \ Merge branch 'master' into sokol-audio-avaudiosessionOliver Collyer2020-11-251-5/+5
| |\ \
| * | | Updated comment to reflect Objective-C requirement on iOSOliver Collyer2020-11-231-1/+5
| * | | Fixed incorrect use of TARGET_OS_IOS definitionOliver Collyer2020-11-231-3/+3
| * | | Activate AVAudioSession on iOS and handle interruptionsOliver Collyer2020-11-221-0/+78
* | | | Language-binding-friendly API changes. (#458)Andre Weissflog2021-02-101-60/+60
* | | | 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