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

Method encode_style_reference

src/models/vevo2/components.cpp:1269–1289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1267Vevo2TokenSequence Vevo2ContentStyleTokenizerRuntime::encode_timbre_reference(
1268 const runtime::AudioBuffer & timbre_ref_audio,
1269 const std::vector<float> & whisper_features,
1270 int64_t feature_frames) const {
1271 return encode_feature_frames(
1272 whisper_features,
1273 compute_vevo2_chromagram(timbre_ref_audio, feature_frames),
1274 feature_frames);
1275}
1276
1277} // namespace engine::models::vevo2

Callers 1

runMethod · 0.80

Calls 1

compute_vevo2_chromagramFunction · 0.85

Tested by

no test coverage detected