r8brain-free-src
High-quality pro audio sample rate converter library
 
Loading...
Searching...
No Matches
CDSPFracInterpolator.h File Reference

Fractional delay interpolator and filter bank classes. More...

#include "CDSPSincFilterGen.h"
#include "CDSPProcessor.h"

Go to the source code of this file.

Classes

class  r8b::CDSPFracDelayFilterBank
 Sinc function-based fractional delay filter bank class. More...
 
class  r8b::CDSPFracDelayFilterBankCache
 Fractional delay filter cache class. More...
 
class  r8b::CDSPFracInterpolator
 Fractional delay filter bank-based interpolator class. More...
 

Namespaces

namespace  r8b
 The "r8brain-free-src" library namespace.
 

Functions

bool r8b::findGCD (double l, double s, double &GCD)
 Interatively searches for a greatest common denominator (GCD) of 2 numbers.
 
bool r8b::getWholeStepping (const double SSampleRate, const double DSampleRate, int &ResInStep, int &ResOutStep)
 Evaluates source and destination sample rate ratio and returns the required input and output stepping.
 

Detailed Description

Fractional delay interpolator and filter bank classes.

This file includes fractional delay interpolator class.

r8brain-free-src Copyright (c) 2013-2025 Aleksey Vaneev

See the "LICENSE" file for license.