Skip to content

AudioConfig

Struct

Source: AudioConfig.h

Description

Configuration for the Audio subsystem.

Properties

NameTypeDescription
backendAudioBackend*Pointer to the platform-specific audio backend.
sampleRateintDesired sample rate in Hz.
blockSizeintAudio block size (samples). Must be multiple of 128.

Methods

: backend(backend), sampleRate(sampleRate), blockSize(blockSize)

Released under the MIT License.