index
:
floooh/sokol.git
drop-mtkview
master
nyalloc-spritebatch
sapp-multiwindow
vk-swapchain-maintenance1
Sokol single-header libraries
Andre Weissflog
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sokol_audio.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
sokol_audio.h: fix gcc warnings when compiling as C++
Andre Weissflog
2019-01-22
1
-2
/
+3
*
sokol_audio.h: add a missing cast for compiling in C++ mode
Andre Weissflog
2019-01-22
1
-1
/
+1
*
added names to public structs and enums so they can be forward declared
Borislav Stanimirov
2018-11-30
1
-1
/
+1
*
removed trailing spaces
Borislav Stanimirov
2018-11-30
1
-20
/
+20
*
minor comment typos
Andre Weissflog
2018-11-07
1
-1
/
+1
*
sokol_audio.h: SOKOL_API_DECL and SOKOL_API_IMPL macros
Andre Weissflog
2018-10-18
1
-16
/
+25
*
sokol_audio.h win32: fix error when windows.h wasn't included before sokol_au...
Andre Weissflog
2018-10-08
1
-1
/
+5
*
sokol_audio.h: enable a dummy backend with SOKOL_AUDIO_NO_BACKEND
Andre Weissflog
2018-10-08
1
-1
/
+7
*
sokol_audio.h: don't depend on emscripten ccall/cwrap
Andre Weissflog
2018-10-07
1
-1
/
+1
*
sokol_audio.h: fix for VS2015 / older Win SDKs
Andre Weissflog
2018-10-02
1
-0
/
+8
*
error compilation fix for MSVC Win32 target
Vadim Grigoruk
2018-09-26
1
-1
/
+1
*
Win32: link with ole32.dll
Andre Weissflog
2018-09-26
1
-2
/
+4
*
docs: saudio_init -> saudio_setup, doh
Andre Weissflog
2018-09-26
1
-6
/
+6
*
sokol_audio.h: backend documentation notes added, docs complete
Andre Weissflog
2018-09-26
1
-4
/
+39
*
sokol_audio.h: added a note about 'blob URLs' to WebAudio docs section
Andre Weissflog
2018-09-25
1
-0
/
+2
*
sokol-audio: minor docs fix
Andre Weissflog
2018-09-25
1
-3
/
+3
*
sokol-audio: header-docs
Andre Weissflog
2018-09-25
1
-84
/
+262
*
sokol-audio: change stream callback args from num_samples to num_frames and n...
Andre Weissflog
2018-09-25
1
-11
/
+12
*
sokol-audio wasapi: change assert check into an if when there's no data to su...
Andre Weissflog
2018-09-24
1
-2
/
+3
*
sokol-audio: fix a gcc warning
Andre Weissflog
2018-09-24
1
-1
/
+1
*
sokol-audio: stereo support for emscripen/WebAudio
Andre Weissflog
2018-09-23
1
-13
/
+14
*
sokol-audio: stereo support in OSX CoreAudio backend
Andre Weissflog
2018-09-23
1
-3
/
+3
*
sokol-audio: some code cleanup, and add callback support to emscripten backend
Andre Weissflog
2018-09-23
1
-5
/
+10
*
sokol_audio.h wasapi: generally working, needs code cleanup
Andre Weissflog
2018-09-22
1
-37
/
+31
[next]