Skip to content

Commit c3503ea

Browse files
committed
0.2.0
1 parent bbf8aa5 commit c3503ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ based ASR.
88
**Key Features**:
99

1010
- Multithreaded gRPC server.
11-
- Supports streaming recognition.
11+
- Supports bi-directional streaming recognition.
1212
- Thread-safe concurrent queue to process each audio stream separately.
1313
- N-best alternatives with LM and AM costs.
1414
- Word level timing and confidence scores.

src/app.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#include "vendor/CLI11.hpp"
1717
#include "vendor/cpptoml.h"
1818

19-
#define VERSION "0.1.0"
19+
#define VERSION "0.2.0"
2020

2121
void print_version() {
2222
std::cout << VERSION << std::endl;

0 commit comments

Comments
 (0)