index
:
floooh/sokol.git
drop-mtkview
master
nyalloc-spritebatch
sapp-multiwindow
vk-swapchain-maintenance1
Sokol single-header libraries
Andre Weissflog
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sokol_audio.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix #pragma compilation with tcc on windows
spaceface
2021-02-08
1
-4
/
+4
*
move SOKOL_IMPL vs SOKOL_xxx_IMPL outside the include guard
Andre Weissflog
2020-11-28
1
-3
/
+3
*
make SOKOL_IMPL vs SOKOL_xxx_IMPL consistent across all headers (both are sup...
Andre Weissflog
2020-11-28
1
-6
/
+9
*
document SOKOL_API_DECL (these macros are still valid)
Andre Weissflog
2020-11-28
1
-0
/
+1
*
Merge branch 'distinct_export_macros' of https://github.com/iboB/sokol into i...
Andre Weissflog
2020-11-28
1
-16
/
+20
|
\
|
*
Auto-generated distinct macros per lib. Resolves #428
Borislav Stanimirov
2020-11-19
1
-16
/
+20
*
|
sokol_audio.h: minor code cleanup, and fix a confused prefix
Andre Weissflog
2020-11-24
1
-5
/
+5
|
/
*
sokol_audio.h: simplify ALSA init, but no functional change
Andre Weissflog
2020-10-12
1
-19
/
+19
*
sokol_audio.h Linux: better ALSA initialization
Andre Weissflog
2020-10-07
1
-2
/
+21
*
mention miniaudio in the sokol_audio.h doc-section.
Andre Weissflog
2020-10-02
1
-2
/
+7
*
sokol_audio.h win32: revert to ignoring return value of CoInitializeEx
Andre Weissflog
2020-09-30
1
-6
/
+8
*
sokol_audio.h uwp: silence two unused warnings
Andre Weissflog
2020-09-30
1
-0
/
+2
*
UWP compatibility, no MMDEVICE
Alberto Fustinoni
2020-09-29
1
-19
/
+127
*
sokol_audio.h: blind fix for #386 (can't reproduce this though)
Andre Weissflog
2020-09-22
1
-9
/
+13
*
sokol_audio.h win32: ignore CoInitializeEx return value (fixes #381)
Andre Weissflog
2020-09-19
1
-7
/
+7
*
Don't include platform headers if SOKOL_DUMMY_BACKEND is defined
bqqbarbhg
2020-07-28
1
-6
/
+24
*
sokol_audio.h: properly shutdown the WebAudio backend
Andre Weissflog
2020-06-17
1
-5
/
+17
*
Merge pull request #312 from garettbass/master
Andre Weissflog
2020-06-05
1
-0
/
+3
|
\
|
*
added more #define NOMINMAX, removed redundant #include <windows.h>
Garett Bass
2020-06-04
1
-0
/
+3
*
|
sokol_audio.h: fix a signed/unsigned comparison warnings in Windows code path
Andre Weissflog
2020-06-04
1
-1
/
+1
*
|
fix warnings in D3D11 code path and clang-msvc
Eduardo Bart
2020-06-01
1
-1
/
+1
*
|
sokol_audio.h: fix unused param warning in Linux code path
Andre Weissflog
2020-05-30
1
-0
/
+1
*
|
fix unused parameter warnings in platform-agnostic and OSX/iOS code paths
Andre Weissflog
2020-05-30
1
-0
/
+5
|
/
*
reference-based equivalents for c++
Garett Bass
2020-05-06
1
-0
/
+4
*
Fix typos.
Bruce Mitchener
2020-01-30
1
-1
/
+1
*
sokol_audio.h Android: add two casts needed when compiling as C++
Andre Weissflog
2020-01-19
1
-2
/
+2
*
sokol_audio.h: fix #228 (function declaration mismatch)
Andre Weissflog
2019-10-30
1
-3
/
+6
*
sokol_audio.h: rewrite ring buffer code to unsigned int
Andre Weissflog
2019-10-08
1
-11
/
+11
*
ifdef guards
martincohen
2019-09-02
1
-12
/
+13
*
sokol_audio - opensles backend: initial version
septag
2019-08-13
1
-1
/
+285
*
FIX: warning: jump to label 'error' crosses initialization of 'REFERENCE_TIME...
Oldes
2019-07-08
1
-1
/
+2
*
new sokol_fetch.h header (#178)
Andre Weissflog
2019-07-06
1
-4
/
+9
*
Fix typos.
Bruce Mitchener
2019-06-26
1
-2
/
+2
*
sokol_audio.h: add saudio_userdata() and saudio_query_desc() functions
Andre Weissflog
2019-06-05
1
-0
/
+12
*
Add SOKOL_DLL support to all headers. (#163)
Andre Weissflog
2019-06-04
1
-1
/
+15
*
emscripten: remove leading underscore in EM_JS function names, causes problem...
Andre Weissflog
2019-05-30
1
-6
/
+6
*
added a project URL to the docs-comment block of all headers
Andre Weissflog
2019-05-15
1
-0
/
+2
*
sokol_audio.h: replace SOKOL_AUDIO_NO_BACKEND with SOKOL_DUMMY_BACKEND (same ...
Andre Weissflog
2019-05-06
1
-2
/
+2
*
add 'included' defines to all sokol headers for better error messages when in...
Andre Weissflog
2019-03-09
1
-0
/
+2
*
sokol_app.h/sokol_audio.h: add userdata support for callbacks (#120)
Andre Weissflog
2019-02-21
1
-13
/
+50
*
Emscripten platform updates (#116)
Andre Weissflog
2019-02-16
1
-2
/
+2
*
some more header structure cleanup in sokol_audio.h
Andre Weissflog
2019-01-29
1
-53
/
+55
*
sokol_audio.h: Linux fixes
Andre Weissflog
2019-01-28
1
-4
/
+4
*
cleanup sokol-audio data structures
Andre Weissflog
2019-01-28
1
-273
/
+310
*
detect debug mode via NDEBUG, not _DEBUG, raise Android log level to INFO
Andre Weissflog
2019-01-27
1
-1
/
+1
*
Android support (sokol_app) (#87)
Gustav Olsson
2019-01-26
1
-1
/
+1
*
sokol_audio.h: another 'compiled as C++' fix
Andre Weissflog
2019-01-23
1
-0
/
+8
*
sokol_app.h, sokol_audio.h: exclude emscripten when detecting __unix__
Andre Weissflog
2019-01-22
1
-2
/
+2
*
sokol_audio.h: fix Win32 backend when compiling in C++ mode
Andre Weissflog
2019-01-22
1
-4
/
+10
*
sokol_audio.h / sokol_app.h: more Linux detection tweaks
Andre Weissflog
2019-01-22
1
-2
/
+2
[next]