| 1427 | debug::timing_log_scalar("voxcpm2.prompt_audio_embedding_ms", 0.0); |
| 1428 | return *cached; |
| 1429 | } |
| 1430 | |
| 1431 | const auto embedding_start = Clock::now(); |
| 1432 | PromptAudioEmbeddingCacheEntry entry; |
| 1433 | entry.prompt_embeddings = encode_feature_embeddings( |
| 1434 | prompt.prompt_features, prompt.prompt_patches, patch_elems); |
| 1435 | entry.reference_embeddings = encode_feature_embeddings( |
| 1436 | prompt.reference_features, prompt.reference_patches, patch_elems); |