daisy::AudioHandle::Config¶
#include <audio.h>
Public Functions¶
Name | |
---|---|
Config() |
Public Attributes¶
Name | |
---|---|
size_t | blocksize |
SaiHandle::Config::SampleRate | samplerate |
float | postgain |
float | output_compensation |
Detailed Description¶
Manually configurable details about the Audio Engine TODO: Figure out how to get samplerate in here.
Public Functions Documentation¶
function Config¶
Sets default values for config struct
Public Attributes Documentation¶
variable blocksize¶
number of samples to process per callback Sample rate of audio
variable samplerate¶
variable postgain¶
factor for adjustment before and after callback for hardware that may have extra headroom
variable output_compensation¶
factor for additional one-sided compensation to audio path for hardware that may have unequal input/output ranges
Updated on 2024-01-03 at 19:41:01 +0000