Commit Graph

334 Commits

Author SHA1 Message Date
Dimitrii Voronin
41c5172dd9 Update README.md 2024-03-26 21:17:35 +03:00
adamnsandle
f56f56ffaa add open datasets' annotation 2024-03-26 18:06:11 +00:00
Alexander Veysov
6c8d844710 Merge pull request #424 from yairl/master
Support both sox and sox_io backends for in-place audio resampling.
2024-02-16 14:08:40 +03:00
Yair Lifshitz
d8cc947c73 Support both sox and sox_io backends for in-place audio resampling. 2024-02-16 05:58:09 -05:00
Alexander Veysov
797a88a386 Update utils_vad.py 2024-02-16 10:55:47 +03:00
Alexander Veysov
48b7c742dd Merge pull request #423 from snakers4/snakers4-patch-1
Update utils_vad.py
2024-02-16 10:53:21 +03:00
Alexander Veysov
c5ec6bae3d Update utils_vad.py 2024-02-16 10:53:12 +03:00
Alexander Veysov
af152c18f6 Merge pull request #421 from yairl/master
Perform in-place resampling during read_audio.
2024-02-16 09:49:28 +03:00
Yair Lifshitz
d391f4c302 Use SoX when possible for loading a file with in-place resampling, ffmpeg otherwise. 2024-02-15 12:25:22 -05:00
Yair Lifshitz
bf18ea6b56 Perform in-place resampling during read_audio. 2024-02-14 17:11:57 -05:00
Alexander Veysov
a65732a393 Merge pull request #417 from abinthomasonline/offset-bug-fix
fix window size offset bug
2024-01-22 09:15:44 +03:00
Abin Thomas
aae1e4f40d fix window size offset bug 2024-01-22 11:08:24 +05:30
Alexander Veysov
94504ece54 Merge pull request #407 from bygreencn/master
Fix a bug at c sample code and some bugs at wav.h.
2023-12-17 20:26:40 +03:00
bygreencn
0b7da6e74b Fix wav functions:
1. fix data_size is not correct and be 0.
2. detect data format of IEEE-float.
3. add PCMS8bit, PCMS16bit and PCMS32 convert to float 32bit at class WavReader.
2023-12-17 23:00:12 +08:00
bygreencn
efb5effc8f Fix a bug in c code sample when only one timestamp and start from 0. 2023-12-17 23:00:12 +08:00
Alexander Veysov
03dc3fae5c Merge pull request #406 from bygreencn/master
Make the c code sample have the same function as the python code
2023-12-15 16:46:58 +03:00
bygreencn
4a6d1701a4 Make the c code sample have the same function as the python code 2023-12-15 21:32:22 +08:00
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