Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xShug0/audio.cpp
/ prepare
Method
prepare
src/models/miotts/session.cpp:666–668 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
664
}
665
666
void MioTTSSession::prepare(const runtime::SessionPreparationRequest &) {
667
mark_prepared();
668
}
669
670
runtime::IOfflineVoiceTaskSession & MioTTSSession::best_of_n_asr_session() {
671
if (best_of_n_asr_session_ == nullptr) {
Callers
1
session.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected