| 82 | } |
| 83 | |
| 84 | std::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 | |
| 89 | std::filesystem::path default_asr_model_path(const std::filesystem::path & miotts_root) { |
| 90 | return miotts_root.parent_path() / "Qwen3-ASR-0.6B"; |
no outgoing calls
no test coverage detected