Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
roc::audio::ResamplerConfig Struct Reference

Resampler config. More...

#include <resampler_config.h>

Public Member Functions

void deduce_defaults (LatencyTunerBackend latency_backend, LatencyTunerProfile latency_tuner)
 Automatically fill missing settings. More...
 

Public Attributes

ResamplerBackend backend
 Resampler backend. More...
 
ResamplerProfile profile
 Resampler profile. More...
 

Detailed Description

Resampler config.

Definition at line 55 of file resampler_config.h.

Member Function Documentation

◆ deduce_defaults()

void roc::audio::ResamplerConfig::deduce_defaults ( LatencyTunerBackend  latency_backend,
LatencyTunerProfile  latency_tuner 
)

Automatically fill missing settings.

Member Data Documentation

◆ backend

ResamplerBackend roc::audio::ResamplerConfig::backend

Resampler backend.

Definition at line 57 of file resampler_config.h.

◆ profile

ResamplerProfile roc::audio::ResamplerConfig::profile

Resampler profile.

Definition at line 60 of file resampler_config.h.


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