Add Dart API for VAD (#904)

This commit is contained in:
Fangjun Kuang
2024-05-22 21:56:21 +08:00
committed by GitHub
parent 81346d1172
commit 49ee458bfb
11 changed files with 598 additions and 14 deletions

View File

@@ -2,10 +2,11 @@
import 'dart:io';
import 'dart:ffi';
import 'src/sherpa_onnx_bindings.dart';
export 'src/speaker_identification.dart';
export 'src/online_stream.dart';
export 'src/speaker_identification.dart';
export 'src/vad.dart';
export 'src/wave_reader.dart';
import 'src/sherpa_onnx_bindings.dart';
final DynamicLibrary _dylib = () {
if (Platform.isIOS) {