Skip to content

Commit

Permalink
Fix threading bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nshmyrev committed Apr 22, 2020
1 parent a1a0ed7 commit ffd810f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="vosk", # Replace with your own username
version="0.3.4",
version="0.3.5",
author="Alpha Cephei Inc",
author_email="[email protected]",
description="API for Kaldi and Vosk",
Expand Down
4 changes: 1 addition & 3 deletions src/vosk.i
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%module(package="vosk") vosk
%module(package="vosk", "threads"=1) vosk

%include <typemaps.i>

Expand All @@ -10,8 +10,6 @@
%include <arrays_csharp.i>
#endif



#if SWIGPYTHON
%pybuffer_binary(const char *data, int len);
#endif
Expand Down

0 comments on commit ffd810f

Please sign in to comment.