Commit Graph

517 Commits

Author SHA1 Message Date
Alexander Veysov
5e7ee10ee0 Merge pull request #392 from xiaoqiang306/fix_example_cpp
fix int16_t bytes normalized to float
2023-11-13 15:20:08 +03:00
jiqiang.fu
03fb810fab fix int16_t bytes normalized to float 2023-11-13 17:14:34 +08:00
Alexander Veysov
e30a7e32a9 Merge pull request #391 from streamer45/golang-example
Implement Golang example
2023-11-09 08:33:20 +03:00
streamer45
bbbc657dad Golang example 2023-11-08 17:48:36 -06:00
Alexander Veysov
cb92cdd1e3 Merge pull request #386 from VvvvvGH/master
add java onnx inference example
2023-10-18 09:29:04 +03:00
VvvvvGH
3780baf49f add java onnx example 2023-10-18 13:57:18 +08:00
Alexander Veysov
563106ef8c Merge pull request #350 from archive-r/archive-r-fix-typo
Fix typo
2023-06-16 09:45:49 +03:00
kh
f795bc479b Fix typo
https://github.com/snakers4/silero-vad/discussions/319#discussion-5081706
2023-06-16 11:47:59 +09:00
Alexander Veysov
7e9680bc83 Merge pull request #342 from AlexRainHao/master
fix #341 issue of cpp example coding mistake
2023-05-18 15:17:36 +03:00
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