|
nCine 2026.08.r1-e9a2342
A cross-platform 2D game engine
|
Audio related configuration. More...
#include <AppConfiguration.h>
Public Attributes | |
| bool | enabled = true |
| Enables the audio subsystem. | |
| unsigned int | frequency = 0 |
| The output frequency of the audio system. | |
| unsigned int | monoSources = 31 |
| The number of mono audio sources. | |
| unsigned int | stereoSources = 1 |
| The number of stereo audio sources. | |
Audio related configuration.
| unsigned int ncine::AppConfiguration::Audio::frequency = 0 |
The output frequency of the audio system.
| unsigned int ncine::AppConfiguration::Audio::monoSources = 31 |
The number of mono audio sources.
| unsigned int ncine::AppConfiguration::Audio::stereoSources = 1 |
The number of stereo audio sources.