MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / supports_profile

Method supports_profile

src/framework/audio/resampling.cpp:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 }
102
103 bool supports_profile(SoxrResampleProfile profile) const noexcept {
104 return profile == SoxrResampleProfile::QualityOnly ||
105 (io_spec_ != nullptr && runtime_spec_ != nullptr);
106 }
107
108 OneShotFn oneshot() const noexcept {
109 return oneshot_;

Callers 1

try_resample_mono_soxrFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected