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

Method available

src/framework/audio/resampling.cpp:99–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 SoxrApi & operator=(const SoxrApi &) = delete;
98
99 bool available() const noexcept {
100 return handle_ != nullptr;
101 }
102
103 bool supports_profile(SoxrResampleProfile profile) const noexcept {
104 return profile == SoxrResampleProfile::QualityOnly ||

Callers 1

try_resample_mono_soxrFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected