libresidfp 1.0.2
Macros | Enumerations
residfp_defs.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  reSIDfp::ChipModel { reSIDfp::MOS6581 , reSIDfp::CSG8580 }
 
enum  reSIDfp::CombinedWaveforms { AVERAGE , WEAK , STRONG }
 
enum  reSIDfp::SamplingMethod { reSIDfp::DECIMATE , reSIDfp::RESAMPLE , reSIDfp::NONE }
 

Detailed Description

Public macros and definitions.

Enumeration Type Documentation

◆ ChipModel

The SID chip model, either MOS6581 or CSG8580

Enumerator
MOS6581 

Old MOS6581.

CSG8580 

New CSG8580.

◆ CombinedWaveforms

The combined waveforms strength

◆ SamplingMethod

The resampling method

Enumerator
DECIMATE 

Linear interpolation (fast but low quality)

RESAMPLE 

Sinc resampling (high quality but CPU intensive)

NONE 

No resampling (raw 1MHz output)