Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
Loading...
Searching...
No Matches
roc::audio::ResamplerConfig Struct Reference

Resampler config. More...

#include <roc_audio/resampler_config.h>

Public Member Functions

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

Public Attributes

ResamplerBackend backend
 Resampler backend.
 
ResamplerProfile profile
 Resampler profile.
 

Detailed Description

Resampler config.

Definition at line 55 of file resampler_config.h.

Constructor & Destructor Documentation

◆ ResamplerConfig()

roc::audio::ResamplerConfig::ResamplerConfig ( )
inline

Definition at line 62 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: