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
*
sokol_audio.h macOS: don't include macOS framework headers by default. (#501)
Andre Weissflog
2021-03-31
1
-13
/
+112
*
sokol_audio.h: add build instructions for building with MINGW gcc
Andre Weissflog
2021-03-27
1
-4
/
+13
*
sokol_audio.h: platform detection fixes
Andre Weissflog
2021-03-27
1
-5
/
+11
*
sokol_audio.h: clean up platform detection macros
Andre Weissflog
2021-03-27
1
-182
/
+205
*
sokol_audio.h: ARC vs no-ARC fix for iOS
Andre Weissflog
2021-02-22
1
-0
/
+2
*
sokol_audio.h: fix comment typo, AVFramework -> AVFoundation
Andre Weissflog
2021-02-16
1
-1
/
+1
*
sokol_audio.h iOS: mention ARC vs non-ARC in documentation
Andre Weissflog
2021-02-16
1
-1
/
+2
*
sokol_audio.h: fix ARC vs non-ARC on iOS
Andre Weissflog
2021-02-16
1
-28
/
+36
*
sokol_audio.h: don't assert on AudioQueuePause/Start
Andre Weissflog
2021-02-15
1
-13
/
+10
*
Merge branch 'sokol-audio-avaudiosession' of https://github.com/oviano/sokol ...
Andre Weissflog
2021-02-15
1
-1
/
+83
|
\
|
*
Merge branch 'master' into sokol-audio-avaudiosession
Oliver Collyer
2020-12-04
1
-20
/
+28
|
|
\
|
*
\
Merge branch 'master' into sokol-audio-avaudiosession
Oliver Collyer
2020-11-25
1
-5
/
+5
|
|
\
\
|
*
|
|
Updated comment to reflect Objective-C requirement on iOS
Oliver Collyer
2020-11-23
1
-1
/
+5
|
*
|
|
Fixed incorrect use of TARGET_OS_IOS definition
Oliver Collyer
2020-11-23
1
-3
/
+3
|
*
|
|
Activate AVAudioSession on iOS and handle interruptions
Oliver Collyer
2020-11-22
1
-0
/
+78
*
|
|
|
Language-binding-friendly API changes. (#458)
Andre Weissflog
2021-02-10
1
-60
/
+60
*
|
|
|
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
[next]