Merge branch 'master' into dev-0.12

This commit is contained in:
David Reid
2023-11-04 07:07:28 +10:00
14 changed files with 2086 additions and 243 deletions
+1
View File
@@ -83,6 +83,7 @@ int main(int argc, char** argv)
#endif
ma_device_uninit(&device);
ma_waveform_uninit(&sineWave); /* Uninitialize the waveform after the device so we don't pull it from under the device while it's being reference in the data callback. */
(void)argc;
(void)argv;