Audio: Rewrite audio module

This commit is contained in:
Jérôme Leclercq
2022-03-17 09:07:52 +01:00
parent eb4629947e
commit 6165b3a101
43 changed files with 1898 additions and 1611 deletions

View File

@@ -40,9 +40,6 @@
// Activate the security tests based on the code (Advised for development)
#define NAZARA_AUDIO_SAFE 1
// The number of buffers used for audio streaming (At least two)
#define NAZARA_AUDIO_STREAMED_BUFFER_COUNT 2
/// Checking the values and types of certain constants
#include <Nazara/Audio/ConfigCheck.hpp>