Manually configurable details about the Audio Engine TODO: Figure out how to get samplerate in here.
#include <audio.h>
Public Attributes | |
size_t | blocksize = 48 |
SaiHandle::Config::SampleRate | samplerate = SaiHandle::Config::SampleRate::SAI_48KHZ |
float | postgain = 1.f |
float | output_compensation = 1.f |
size_t daisy::AudioHandle::Config::blocksize = 48 |
number of samples to process per callback Sample rate of audio
factor for additional one-sided compensation to audio path for hardware that may have unequal input/output ranges
factor for adjustment before and after callback for hardware that may have extra headroom
SaiHandle::Config::SampleRate daisy::AudioHandle::Config::samplerate = SaiHandle::Config::SampleRate::SAI_48KHZ |