Aviate Audio Multiverse Library
Variables
IrLoader.h File Reference
#include <cstddef>
#include "sysPlatform/SysTypes.h"
Include dependency graph for IrLoader.h:

Go to the source code of this file.

Variables

const size_t IrLoader::NUM_IMPULSE_RESPONSES
 The number of IRs in the build.
 
const float IrLoader::IMPULSE_SAMPLE_RATE_F
 The sample rate of the IRs.
 
const PROGMEM size_t IrLoader::IR_SAMPLE_SIZES []
 An array indicating the sample sizes of each IR. Array size is equal to NUM_IMPULSE_RESPONSES.
 
const char * IrLoader::IMPULSE_RESPONSE_NAME_PTRS []
 An array of pointers to IR names. Array size (num pointers) is equal to NUM_IMPULSE_RESPONSES.
 
const float * IrLoader::IMPULSE_RESPONSE_PTRS []
 An array of pointers to IR response float data values. Array size (num pointers) is equal to NUM_IMPULSE_RESPONSES.
 

Detailed Description

Author
Steve Lascos @company Algorhythm Technologies Inc.

Created on: Oct 15, 2023

Declare the const objects for the IRLoader