godot/drivers/rtaudio
Rémi Verschelde c1ab343f02 RtAudio: Update to upstream version 4.1.2
The only differences we have with the upstream tarball are marked with
`// -GODOT-` comments for clarity. The changes we currently have are
just some defines for cross-platform configuration, and could likely be
moved to the SCons buildsystem (ideally in a sub-environment to avoid
having RtAudio-specific defines pollute the whole build log).

One change for WinRT was not kept, if it is needed it should ideally be
integrated upstream:
```
 #if defined(__WINDOWS_DS__) || defined(__WINDOWS_ASIO__) || defined(__WINDOWS_WASAPI__)
-#ifdef WINRT_ENABLED
-  #define MUTEX_INITIALIZE(A) InitializeCriticalSectionEx(A, 0, 0)
-#else
   #define MUTEX_INITIALIZE(A) InitializeCriticalSection(A)
-#endif
```
2016-07-23 13:25:25 +02:00
..
audio_driver_rtaudio.cpp Add missing license headers in our source files (#5255) 2016-06-18 14:46:12 +02:00
audio_driver_rtaudio.h Add missing license headers in our source files (#5255) 2016-06-18 14:46:12 +02:00
RtAudio.cpp RtAudio: Update to upstream version 4.1.2 2016-07-23 13:25:25 +02:00
RtAudio.h RtAudio: Update to upstream version 4.1.2 2016-07-23 13:25:25 +02:00
SCsub GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00