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

Method encode

src/models/miocodec/graphs.cpp:500–505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

498}
499
500MioCodecGlobalEmbedding MioCodecGlobalEncoderRuntime::encode(
501 const std::vector<float> & ssl_features,
502 int64_t ssl_frames) const {
503 ensure_graph(ssl_frames);
504 return graph_->encode(ssl_features);
505}
506
507MioCodecContentEncoderRuntime::MioCodecContentEncoderRuntime(
508 std::shared_ptr<const MioCodecAssets> assets,

Callers 15

runMethod · 0.45
build_promptMethod · 0.45
mainFunction · 0.45
post_speechFunction · 0.45
test_train_kwargsMethod · 0.45
test_serialized_protoMethod · 0.45
test_decode_bytesMethod · 0.45
test_immutable_protoMethod · 0.45
test_new_apiMethod · 0.45
test_new_api_initMethod · 0.45
test_samplingMethod · 0.45

Calls

no outgoing calls

Tested by 11

test_train_kwargsMethod · 0.36
test_serialized_protoMethod · 0.36
test_decode_bytesMethod · 0.36
test_immutable_protoMethod · 0.36
test_new_apiMethod · 0.36
test_new_api_initMethod · 0.36
test_samplingMethod · 0.36
test_batchMethod · 0.36
test_pickleMethod · 0.36
test_normalizeMethod · 0.36
test_normalizerMethod · 0.36