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

Method decode_features

src/models/voxcpm2/audiovae.cpp:919–922  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

917 core::ExecutionContext &execution_context,
918 VoxCPM2AudioVAEDecoderConfig config)
919 : impl_(std::make_unique<Impl>(std::move(assets), execution_context,
920 std::move(config))) {}
921
922VoxCPM2AudioVAEDecoderRuntime::~VoxCPM2AudioVAEDecoderRuntime() = default;
923
924runtime::AudioBuffer VoxCPM2AudioVAEDecoderRuntime::decode_features(
925 const std::vector<float> &features, int64_t patches) {

Callers 2

runMethod · 0.45
run_streamingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected