PS-80 GrandComp Analyzer 1.2
Loading...
Searching...
No Matches
audio_config.h File Reference
#include <QtGlobal>

Go to the source code of this file.

Namespaces

namespace  AudioConfig
 Contains centralized audio parameters and engine state definitions.

Enumerations

enum class  AudioConfig::PlayMode { AudioConfig::Waveform , AudioConfig::WavFile }
 Defines the operational states of the audio playback engine. More...

Variables

constexpr int AudioConfig::WAVESHAPE_LEN {2048}
 The fixed buffer length for a single-cycle waveform (e.g., for wavetable synthesis).
constexpr int AudioConfig::WAVESHAPE_MINLEN {512}
 The minimum buffer length for a single-cycle waveform (e.g., for wavetable synthesis).
constexpr int AudioConfig::SAMPLE_RATE {44100}
 Standard system sample rate in Hz.
constexpr float AudioConfig::DEFAULT_FREQ {55.0f}
 The reference frequency (A1) used for precise cycle extraction.
constexpr int AudioConfig::COARSE_MOD {100}
 The coars modification value when modifying waveshape.
constexpr int AudioConfig::MEDIUM_MOD {10}
 The medium modification value when modifying waveshape.
constexpr int AudioConfig::FINE_MOD {1}
 The fine modification value when modifying waveshape.