Skip to content

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Sitdikov committed Apr 2, 2021
1 parent c6087ea commit c3da931
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 1 deletion.
Empty file modified build.gradle
100644 → 100755
Empty file.
Empty file modified native/Makefile
100644 → 100755
Empty file.
Empty file modified python/README.md
100644 → 100755
Empty file.
Binary file added python/example/test_ru.wav
Binary file not shown.
1 change: 0 additions & 1 deletion python/example/test_simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
model = Model("lid-107")
rec = KaldiRecognizer(model, wf.getframerate())
data = wf.readframes(-1)
data = wf.readframes(-1)
rec.AcceptWaveform(data)
print(rec.Result())

Empty file modified python/lid/__init__.py
100644 → 100755
Empty file.
Empty file modified python/lid_builder.py
100644 → 100755
Empty file.
Empty file modified python/setup.py
100644 → 100755
Empty file.

0 comments on commit c3da931

Please sign in to comment.