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

Method release_runtime_cache

src/framework/modules/hift_vocoder.cpp:739–743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

737 }
738
739 void release_runtime_cache() {
740 std::lock_guard<std::mutex> lock(mutex_);
741 f0_runner_.reset();
742 backend_runner_.reset();
743 }
744
745private:
746 std::vector<float> predict_f0_locked(const std::vector<float> & mel, int64_t frames) {

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected