Skip to content

Commit c3da931

Browse files
author
Igor Sitdikov
committed
v0.0.1
1 parent c6087ea commit c3da931

8 files changed

Lines changed: 0 additions & 1 deletion

File tree

build.gradle

100644100755
File mode changed.

native/Makefile

100644100755
File mode changed.

python/README.md

100644100755
File mode changed.

python/example/test_ru.wav

74.5 KB
Binary file not shown.

python/example/test_simple.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
model = Model("lid-107")
1414
rec = KaldiRecognizer(model, wf.getframerate())
1515
data = wf.readframes(-1)
16-
data = wf.readframes(-1)
1716
rec.AcceptWaveform(data)
1817
print(rec.Result())
1918

python/lid/__init__.py

100644100755
File mode changed.

python/lid_builder.py

100644100755
File mode changed.

python/setup.py

100644100755
File mode changed.

0 commit comments

Comments
 (0)