8#include "AUI/Audio/AChannelFormat.h"
9#include "AUI/Audio/ASampleFormat.h"
10#include "AUI/Audio/AAudioFormat.h"
11#include "AUI/Traits/platform.h"
17 constexpr AChannelFormat requested_channels_format = AChannelFormat::STEREO;
18 constexpr std::uint32_t requested_sample_rate = 44100;
23 .channelCount = requested_channels_format,
24 .sampleRate = requested_sample_rate,
25 .sampleFormat = requested_sample_format
ASampleFormat
Sample formats supported for mixing.
Definition ASampleFormat.h:12
@ I16
Signed 16-bit integer.
Definition ASampleFormat.h:16
@ I24
Signed 24-bit integer.
Definition ASampleFormat.h:21