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

Function default_codec_model_path

src/models/miotts/session.cpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84std::filesystem::path default_codec_model_path(const std::filesystem::path & miotts_root) {
85 const auto sibling = miotts_root.parent_path() / "MioCodec-25Hz-44.1kHz-v2";
86 return sibling;
87}
88
89std::filesystem::path default_asr_model_path(const std::filesystem::path & miotts_root) {
90 return miotts_root.parent_path() / "Qwen3-ASR-0.6B";

Callers 1

resolve_codec_model_pathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected