Commit Graph

508 Commits

Author SHA1 Message Date
AlexRainHao
3b4c02dfe3 fix #341 issue of cpp example coding mistake 2023-05-18 20:12:03 +08:00
Alexander Veysov
bc5a0a2dbf Merge pull request #340 from chenqianhe/master
fix speech and silence state transition
2023-05-12 12:03:50 +03:00
Qianhe Chen
b03fcb2ebe fix speech and silence state transition 2023-05-12 16:59:51 +08:00
Dimitrii Voronin
026bc3d292 Merge pull request #329 from mhThomsen/master
(Bug fix) Slices in correct dimension (audio dim), so batch size is not reduced
2023-04-28 15:00:12 +03:00
Dimitrii Voronin
e755baa3c2 Merge branch 'master' into master 2023-04-28 15:00:02 +03:00
Dimitrii Voronin
b88084c7ed Merge pull request #332 from snakers4/adamnsandle
fx https://github.com/snakers4/silero-vad/pull/329 bug
2023-04-28 14:54:44 +03:00
adamnsandle
a9d2b591de fx https://github.com/snakers4/silero-vad/pull/329 bug 2023-04-28 11:48:01 +00:00
Dimitrii Voronin
c3c67cdcb8 Merge pull request #330 from snakers4/adamnsandle
del deprecated models examples
2023-04-27 15:05:45 +03:00
adamnsandle
874c66ccbc del deprecated models examples 2023-04-27 12:00:01 +00:00
Alexander Veysov
51fbbcb32e Update README.md 2023-04-27 13:33:03 +03:00
Alexander Veysov
14a0715955 Deprecate lang detector and number detector models 2023-04-27 13:22:00 +03:00
Alexander Veysov
a0d26769e0 Update README.md 2023-04-27 13:19:39 +03:00
mhThomsen
e0c2015193 slices in correct dimension (audio dim), so batch size is not reduced 2023-04-27 07:37:54 +02:00
Alexander Veysov
5872cffd78 Update README.md 2023-03-29 21:56:23 +03:00
Dimitrii Voronin
86400b9a12 Merge pull request #313 from snakers4/adamnsandle
change int2float
2023-03-28 17:31:27 +03:00
adamnsandle
6ef43d1c5d change int2float 2023-03-28 14:30:35 +00:00
Alexander Veysov
540e092276 Merge pull request #308 from zzzacwork/example-parallelization
add a simple parallelization example
2023-03-13 08:18:23 +03:00
Ziyuan Wang
55c41abf46 use a process specific copy of model 2023-03-10 16:09:07 +00:00
Ziyuan Wang
17903cb41d add a initializer 2023-03-09 16:27:36 +00:00
Ziyuan Wang
c39dccc1fd add a initializer 2023-03-09 16:27:18 +00:00
Ziyuan Wang
a6a067de44 add a initializer 2023-03-09 16:16:51 +00:00
Ziyuan Wang
9865b3cb93 fix typos 2023-03-09 04:26:15 +00:00
Ziyuan Wang
3d10c2d950 add parallel example 2023-03-09 04:17:34 +00:00
Dimitrii Voronin
4f57fae3fa Merge pull request #289 from Tomiinek/patch-1
Fixing ONNX init
2023-02-28 15:43:18 +02:00
Tomáš Nekvinda
085d76f08e Update utils_vad.py 2023-02-09 11:13:02 +01:00
Dimitrii Voronin
262bcb4b40 Merge pull request #285 from snakers4/adamnsandle
fx versiontuple bug
2023-01-09 11:09:32 +02:00
adamnsandle
e84eca68d7 fx versiontuple bug 2023-01-09 09:07:59 +00:00
Dimitrii Voronin
e7c4539106 Merge pull request #280 from bclark-videra/test/hubconf-with-ref
Use the path to hubconf.py to find models
2022-12-29 14:02:09 +02:00
Dimitrii Voronin
a480e85aec Merge pull request #282 from saenyakorn/master
Add `progress_tracking_callback` argument to `get_speech_timestamps` function
2022-12-29 13:31:55 +02:00
Saenyakorn Siangsanoh
c69cb6c9c0 fix progress logic 2022-12-28 14:40:55 +07:00
Saenyakorn Siangsanoh
11da69d88b add progress_tracking callback to get_speech_timestamps 2022-12-28 14:18:42 +07:00
Byron Clark
df1d52042d Use the path to hubconf.py to find models
While `torch.hub.load` uses predictable names when downloading from github,
the name referenced only worked when using the `master` branch of the
repo. Using a ref like `snakers4/silero_vad:v4.0` results in a
different directory name and the model files not being found.

Since the model files are stored in a path relative to hubconf.py, use
the path of hubconf.py to find the models instead of assuming the
directory `torch.hub.load` will extract the files to.
2022-12-22 14:47:14 -07:00
Alexander Veysov
d5a944b9f1 Merge pull request #279 from pengzhendong/patch-1
fix sample rate of onnx input
2022-12-21 06:00:10 +03:00
彭震东
d90416e63e fix sample rate of onnx input 2022-12-21 08:36:52 +08:00
Alexander Veysov
91f0aaecef Merge pull request #277 from yuGAN6/yugan6
Yugan6
2022-12-11 16:27:48 +03:00
yuGAN6
015bfc8b21 Update README.md 2022-12-11 21:14:48 +08:00
yuGAN6
5d56b1ea40 Update README.md 2022-12-11 21:13:46 +08:00
yuGAN6
ff3c596cab Update README.md 2022-12-11 21:09:57 +08:00
yuGAN6
63e1be5a22 Update README.md 2022-12-11 21:08:31 +08:00
yuGAN6
1d8f8f38db Move to example 2022-12-11 21:05:11 +08:00
yuGAN6
7198087152 Move into examples 2022-12-11 13:06:21 +08:00
Alexander Veysov
ad57d17f5f Update README.md 2022-12-11 05:57:19 +03:00
yuGAN6
04e87c208a Move directory 2022-12-10 22:50:14 +08:00
yuGAN6
c583fd1e52 Add c++ onnxruntime example 2022-12-10 22:29:34 +08:00
Dimitrii Voronin
5814e548db Merge pull request #270 from kafan1986/master
Resolves Windows inference issue INVALID_ARGUMENT : Unexpected input data type.
2022-12-06 11:38:41 +02:00
Dimitrii Voronin
42565d5baa Merge pull request #271 from b-med/max_speech_duration_v4
Max speech duration + bits per sample
2022-12-06 11:29:15 +02:00
Mohamed Bouaziz
ab7af9745b delete commented lines 2022-11-17 17:52:34 +01:00
Mohamed Bouaziz
83e68c56ea Merge branch 'master' of https://github.com/snakers4/silero-vad into max_speech_duration_v4 2022-11-17 17:32:22 +01:00
kafan1986
d3882c9ebf Merge pull request #1 from kafan1986/kafan1986-patch-1
Solves data type mismatch issue on windows
2022-11-11 23:50:20 +05:30
kafan1986
25f04dda35 Solves data type mismatch issue on windows
Solves windows 11 error regarding mismatched data type. Expected data type is int64 and actual data type is int32
2022-11-11 23:46:51 +05:30