summaryrefslogtreecommitdiff
path: root/sokol_audio.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* sokol_audio.h: fix gcc warnings when compiling as C++Andre Weissflog2019-01-221-2/+3
* sokol_audio.h: add a missing cast for compiling in C++ modeAndre Weissflog2019-01-221-1/+1
* added names to public structs and enums so they can be forward declaredBorislav Stanimirov2018-11-301-1/+1
* removed trailing spacesBorislav Stanimirov2018-11-301-20/+20
* minor comment typosAndre Weissflog2018-11-071-1/+1
* sokol_audio.h: SOKOL_API_DECL and SOKOL_API_IMPL macrosAndre Weissflog2018-10-181-16/+25
* sokol_audio.h win32: fix error when windows.h wasn't included before sokol_au...Andre Weissflog2018-10-081-1/+5
* sokol_audio.h: enable a dummy backend with SOKOL_AUDIO_NO_BACKENDAndre Weissflog2018-10-081-1/+7
* sokol_audio.h: don't depend on emscripten ccall/cwrapAndre Weissflog2018-10-071-1/+1
* sokol_audio.h: fix for VS2015 / older Win SDKsAndre Weissflog2018-10-021-0/+8
* error compilation fix for MSVC Win32 targetVadim Grigoruk2018-09-261-1/+1
* Win32: link with ole32.dllAndre Weissflog2018-09-261-2/+4
* docs: saudio_init -> saudio_setup, dohAndre Weissflog2018-09-261-6/+6
* sokol_audio.h: backend documentation notes added, docs completeAndre Weissflog2018-09-261-4/+39
* sokol_audio.h: added a note about 'blob URLs' to WebAudio docs sectionAndre Weissflog2018-09-251-0/+2
* sokol-audio: minor docs fixAndre Weissflog2018-09-251-3/+3
* sokol-audio: header-docsAndre Weissflog2018-09-251-84/+262
* sokol-audio: change stream callback args from num_samples to num_frames and n...Andre Weissflog2018-09-251-11/+12
* sokol-audio wasapi: change assert check into an if when there's no data to su...Andre Weissflog2018-09-241-2/+3
* sokol-audio: fix a gcc warningAndre Weissflog2018-09-241-1/+1
* sokol-audio: stereo support for emscripen/WebAudioAndre Weissflog2018-09-231-13/+14
* sokol-audio: stereo support in OSX CoreAudio backendAndre Weissflog2018-09-231-3/+3
* sokol-audio: some code cleanup, and add callback support to emscripten backendAndre Weissflog2018-09-231-5/+10
* sokol_audio.h wasapi: generally working, needs code cleanupAndre Weissflog2018-09-221-37/+31