Real-time speech recognition from microphone for .Net (#192)

* Real-time speech recognition from microphone for .Net supporting Linux, macOS, and Windows

* Use PortAudioSharp2.

We will maintain it by ourselves. The project is at
https://github.com/csukuangfj/PortAudioSharp2

* minor fixes
This commit is contained in:
Fangjun Kuang
2023-07-01 18:55:41 +08:00
committed by GitHub
parent 513dfaa552
commit 0dd2d41f27
5 changed files with 279 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
project(sherpa-onnx)
set(SHERPA_ONNX_VERSION "1.4.6")
set(SHERPA_ONNX_VERSION "1.4.7")
# Disable warning about
#