Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
run
Method · 0.85
run
Method · 0.85
run_voice_cloning
Method · 0.85
Calls
3
split_text_chunks
Function · 0.85
empty
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected