Twitch SDK (Internal)
Static Public Attributes | List of all members
ttv::ResampleOperator< InputSource, OutputSampleRate, ContextType >::SincFunctionParameters Struct Reference

Static Public Attributes

static constexpr double Cutoff = FilterOptions::Cutoff * static_cast<double>(OutputToInputRatio::num) / static_cast<double>(OutputToInputRatio::den)
 
static constexpr double Range = static_cast<double>(TapCount)
 

Member Data Documentation

◆ Cutoff

template<typename InputSource, size_t OutputSampleRate, typename ContextType>
constexpr double ttv::ResampleOperator< InputSource, OutputSampleRate, ContextType >::SincFunctionParameters::Cutoff = FilterOptions::Cutoff * static_cast<double>(OutputToInputRatio::num) / static_cast<double>(OutputToInputRatio::den)
static

◆ Range

template<typename InputSource, size_t OutputSampleRate, typename ContextType>
constexpr double ttv::ResampleOperator< InputSource, OutputSampleRate, ContextType >::SincFunctionParameters::Range = static_cast<double>(TapCount)
static

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