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

Method decode

src/models/miocodec/graphs.cpp:583–589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

581}
582
583MioCodecWaveHead MioCodecWaveDecoderRuntime::decode(
584 const MioCodecContentEmbedding & content,
585 const MioCodecGlobalEmbedding & condition,
586 int64_t stft_frames) const {
587 ensure_graph(content.frames, stft_frames);
588 return graph_->decode(content, condition, stft_frames);
589}
590
591MioCodecWaveHead MioCodecWaveDecoderRuntime::decode_tokens(
592 const std::vector<int32_t> & content_tokens,

Callers 1

runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected