MCPcopy 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
666void MioTTSSession::prepare(const runtime::SessionPreparationRequest &) {
667 mark_prepared();
668}
669
670runtime::IOfflineVoiceTaskSession & MioTTSSession::best_of_n_asr_session() {
671 if (best_of_n_asr_session_ == nullptr) {

Callers 1

session.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected