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

Function join_voice_samples

tests/vibevoice/vibevoice_warm_bench.cpp:196–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196std::string join_voice_samples(const std::vector<std::string> & paths) {
197 std::string joined;
198 for (const auto & path : paths) {
199 if (!joined.empty()) {
200 joined += ",";
201 }
202 joined += path;
203 }
204 return joined;
205}
206
207engine::runtime::TaskRequest make_task_request(
208 const engine::io::json::Value & object,

Callers 1

make_task_requestFunction · 0.85

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected