diff options
| -rw-r--r-- | sokol_audio.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sokol_audio.h b/sokol_audio.h index 83d27e1d..e78bee7e 100644 --- a/sokol_audio.h +++ b/sokol_audio.h @@ -312,7 +312,8 @@ implementation part of Sokol Audio can be included into a C source file. However on iOS, Sokol Audio must be compiled as Objective-C due to it's - reliance on the AVAudioSession object. + reliance on the AVAudioSession object. The iOS code path support both + being compiled with or without ARC (Automatic Reference Counting). For thread synchronisation, the CoreAudio backend will use the pthread_mutex_* functions. |