libDaisy
Hardware Library for Daisy
Loading...
Searching...
No Matches
daisy::AudioHandle::Config Struct Reference

Detailed Description

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
 

Member Data Documentation

◆ blocksize

size_t daisy::AudioHandle::Config::blocksize = 48

number of samples to process per callback Sample rate of audio

◆ output_compensation

float daisy::AudioHandle::Config::output_compensation = 1.f

factor for additional one-sided compensation to audio path for hardware that may have unequal input/output ranges

◆ postgain

float daisy::AudioHandle::Config::postgain = 1.f

factor for adjustment before and after callback for hardware that may have extra headroom

◆ samplerate


The documentation for this struct was generated from the following file: