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

Function chunk_text_request

src/framework/runtime/session.cpp:208–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206 return RunMode::Offline;
207 }
208 if (value == "streaming") {
209 return RunMode::Streaming;
210 }
211 throw std::runtime_error("unsupported run mode: " + value);
212}
213

Callers 3

runMethod · 0.85
runMethod · 0.85
run_voice_cloningMethod · 0.85

Calls 3

split_text_chunksFunction · 0.85
emptyMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected