| 581 | } |
| 582 | |
| 583 | MioCodecWaveHead 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 | |
| 591 | MioCodecWaveHead MioCodecWaveDecoderRuntime::decode_tokens( |
| 592 | const std::vector<int32_t> & content_tokens, |