Skip to content

Commit 4404d8c

Browse files
sharpninjaCopilot
andcommitted
chore: add Vosk model, libvosk native lib, PowerShell modules, and assets
- Vosk speech recognition model (VoskModel/) for offline STT - libvosk.so native library for arm64-v8a - McpSession.psm1 and McpTodo.psm1 PowerShell helper modules - mcp.db and mdpdf.log updates Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 5a8c419 commit 4404d8c

19 files changed

Lines changed: 915 additions & 0 deletions

File tree

McpSession.psm1

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!-- HTML for static distribution bundle build -->
2+
<!DOCTYPE html>
3+
<html lang="en">
4+
<head>
5+
<meta charset="UTF-8">
6+
<title>Swagger UI</title>
7+
<link rel="stylesheet" type="text/css" href="./swagger-ui.css">
8+
<link rel="stylesheet" type="text/css" href="./index.css">
9+
<link rel="icon" type="image/png" href="./favicon-32x32.png" sizes="32x32" />
10+
<link rel="icon" type="image/png" href="./favicon-16x16.png" sizes="16x16" />
11+
12+
</head>
13+
14+
<body>
15+
<div id="swagger-ui"></div>
16+
17+
<script src="./swagger-ui-bundle.js" charset="utf-8"></script>
18+
<script src="./swagger-ui-standalone-preset.js" charset="utf-8"></script>
19+
<script src="index.js" charset="utf-8"></script>
20+
</body>
21+
</html>

McpTodo.psm1

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!-- HTML for static distribution bundle build -->
2+
<!DOCTYPE html>
3+
<html lang="en">
4+
<head>
5+
<meta charset="UTF-8">
6+
<title>Swagger UI</title>
7+
<link rel="stylesheet" type="text/css" href="./swagger-ui.css">
8+
<link rel="stylesheet" type="text/css" href="./index.css">
9+
<link rel="icon" type="image/png" href="./favicon-32x32.png" sizes="32x32" />
10+
<link rel="icon" type="image/png" href="./favicon-16x16.png" sizes="16x16" />
11+
12+
</head>
13+
14+
<body>
15+
<div id="swagger-ui"></div>
16+
17+
<script src="./swagger-ui-bundle.js" charset="utf-8"></script>
18+
<script src="./swagger-ui-standalone-preset.js" charset="utf-8"></script>
19+
<script src="index.js" charset="utf-8"></script>
20+
</body>
21+
</html>

mcp.db

20 KB
Binary file not shown.

mdpdf.log

Lines changed: 658 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
US English model for mobile Vosk applications
2+
3+
Copyright 2020 Alpha Cephei Inc
4+
5+
Accuracy: 10.38 (tedlium test) 9.85 (librispeech test-clean)
6+
Speed: 0.11xRT (desktop)
7+
Latency: 0.15s (right context)
8+
9+
15.2 MB
Binary file not shown.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
--sample-frequency=16000
2+
--use-energy=false
3+
--num-mel-bins=40
4+
--num-ceps=40
5+
--low-freq=20
6+
--high-freq=7600
7+
--allow-downsample=true
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
--min-active=200
2+
--max-active=3000
3+
--beam=10.0
4+
--lattice-beam=2.0
5+
--acoustic-scale=1.0
6+
--frame-subsampling-factor=3
7+
--endpoint.silence-phones=1:2:3:4:5:6:7:8:9:10
8+
--endpoint.rule2.min-trailing-silence=0.5
9+
--endpoint.rule3.min-trailing-silence=0.75
10+
--endpoint.rule4.min-trailing-silence=1.0
22.9 MB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)