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

Method supports

src/framework/modules/hift_vocoder.cpp:588–590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

586 }
587
588 bool supports(const HiftVocoderWeights & weights, int64_t frames) const {
589 return weights_ == &weights && capacity_frames_ == frames;
590 }
591
592 std::vector<float> run(const std::vector<float> & mel, int64_t frames) {
593 if (frames != capacity_frames_) {

Callers 2

runMethod · 0.45
predict_f0_lockedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected