Add Dart API for streaming ASR (#933)

This commit is contained in:
Fangjun Kuang
2024-05-30 12:21:09 +08:00
committed by GitHub
parent 909148fe42
commit 49d66ec358
15 changed files with 887 additions and 16 deletions

View File

@@ -2,6 +2,7 @@
import 'dart:io';
import 'dart:ffi';
export 'src/online_recognizer.dart';
export 'src/online_stream.dart';
export 'src/speaker_identification.dart';
export 'src/vad.dart';