Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tts-ranking
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
audio
tts-ranking
Commits
72982948
Commit
72982948
authored
Jul 13, 2026
by
程裕兵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(luna-tts): show loading stage in host status for better monitoring
parent
9a04eac8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
server/native_host.py
+5
-2
No files found.
server/native_host.py
View file @
72982948
...
...
@@ -86,12 +86,15 @@ def _write_status(status, detail=""):
def
main
():
_log_stderr
(
"[host] Starting Native Messaging host..."
)
_write_status
(
"starting"
,
"Loading
voice encoder model
..."
)
_write_status
(
"starting"
,
"Loading
our references
..."
)
# Load matcher once at startup
our_dir
=
BASE_DIR
/
REFERENCE_DIRS
[
"our"
]
competitor_dir
=
BASE_DIR
/
REFERENCE_DIRS
[
"competitor"
]
big_vendor_dir
=
BASE_DIR
/
REFERENCE_DIRS
[
"big_vendor"
]
_write_status
(
"starting"
,
"Loading competitor references..."
)
_write_status
(
"starting"
,
"Loading big vendor references..."
)
matcher
=
MultiMatcher
(
our_dir
,
competitor_dir
,
big_vendor_dir
)
today_votes
=
0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment