We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf8aa5 commit c3503eaCopy full SHA for c3503ea
README.md
@@ -8,7 +8,7 @@ based ASR.
8
**Key Features**:
9
10
- Multithreaded gRPC server.
11
-- Supports streaming recognition.
+- Supports bi-directional streaming recognition.
12
- Thread-safe concurrent queue to process each audio stream separately.
13
- N-best alternatives with LM and AM costs.
14
- Word level timing and confidence scores.
src/app.cc
@@ -16,7 +16,7 @@
16
#include "vendor/CLI11.hpp"
17
#include "vendor/cpptoml.h"
18
19
-#define VERSION "0.1.0"
+#define VERSION "0.2.0"
20
21
void print_version() {
22
std::cout << VERSION << std::endl;
0 commit comments