Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pskrunner14 committed Jan 17, 2020
1 parent bbf8aa5 commit c3503ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ based ASR.
**Key Features**:

- Multithreaded gRPC server.
- Supports streaming recognition.
- Supports bi-directional streaming recognition.
- Thread-safe concurrent queue to process each audio stream separately.
- N-best alternatives with LM and AM costs.
- Word level timing and confidence scores.
Expand Down
2 changes: 1 addition & 1 deletion src/app.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include "vendor/CLI11.hpp"
#include "vendor/cpptoml.h"

#define VERSION "0.1.0"
#define VERSION "0.2.0"

void print_version() {
std::cout << VERSION << std::endl;
Expand Down

0 comments on commit c3503ea

Please sign in to comment.