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