Daniel Müller
c5542cd4a8
Update ort dependency to 2.0.0-rc.10
...
Update the ort dependency from 2.0.0-rc.2 to 2.0.0-rc.10 and adapt the code
to work with the new API. This includes:
- Updating ndarray to 0.16 to match ort's requirements
- Using Session and Value from their new module locations
- Adapting to the new Value::from_array() and try_extract_tensor() APIs
- Converting SessionInputs from Value references
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-29 19:29:22 -08:00
Daniel Müller
cfe63384f0
Update model plumbing for Rust example
...
The v6.2 models broke the Rust example. Update the logic for driving
them to reflect what the reference Python code does.
Fixes : #745
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-28 07:15:01 -08:00
Daniel Müller
2a08f0b90d
Remove 'load-dynamic' feature of 'ort' dependency
...
It's unclear why we'd want this feature. It seems to make things even
less isolated and self-contained than it already is, which certainly
isn't a boon for an example.
2025-12-27 06:36:07 -08:00
Daniel Müller
21ffe8576e
Fix model path in Rust example
2025-12-25 18:25:33 -08:00
Alexander Veysov
63fe03add7
Merge pull request #727 from dfengpo/master
...
delete debug code
2025-11-25 13:31:10 +03:00
dongfp
29a582ba37
fix
2025-11-25 16:46:03 +08:00
Alexander Veysov
3ca476e4fb
Merge pull request #722 from dfengpo/master
...
修复C# CalculateProb方法计算句子EndOffset的bug
2025-11-10 11:04:45 +03:00
Alexander Veysov
7de462944a
Update README.md
2025-11-10 10:59:13 +03:00
dongfp
7b0aaa1c4c
修复CalculateProb方法计算句子EndOffset的bug
...
修改语法提示
2025-11-10 15:58:20 +08:00
NathanLee
540eff3e24
Rename cpp_libtorch to cpp_libtorch_deprecated
2025-11-10 07:32:10 +00:00
NathanLee
dfeba4fc0f
Add C++ folder for supporting ONNX & LibTorch
2025-11-10 07:31:58 +00:00
GH
b90f8c012f
Update SlieroVadOnnxModel.java
2025-10-11 16:21:57 +08:00
GH
25a778c798
Update SlieroVadDetector.java
2025-10-11 16:21:45 +08:00
GH
3d860e6ace
Update App.java
2025-10-11 16:21:32 +08:00
GH
f5ea01bfda
Update pom.xml
2025-10-11 16:21:03 +08:00
Ojuro Yokoyama
33a9d190fe
Update wav.h
2025-02-17 16:03:42 +09:00
Ojuro Yokoyama
7440bc4689
Update silero-vad-onnx.cpp
...
I fixed bug of silero-vad-onnx.cpp
2025-02-17 16:02:24 +09:00
qwbarch
94271e9096
Add haskell example
2024-12-26 11:18:10 -05:00
Nathan Lee
caee535cf6
ReadMe v4
2024-11-22 06:48:27 +00:00
Nathan Lee
8ab5be005f
ReadMe v3
2024-11-22 06:46:28 +00:00
Nathan Lee
9f67a54e87
ReadMe v2
2024-11-22 06:42:20 +00:00
Nathan Lee
c8df1dee3f
modified Readme
2024-11-22 06:35:16 +00:00
Nathan Lee
0189ebd8af
Changed some source.
2024-11-22 06:21:49 +00:00
Nathan Lee
05e380c1de
add c++ inference based on libtorch
2024-11-22 00:10:13 +00:00
adamnsandle
001d57d6ff
fx dependencies
2024-10-09 09:26:39 +00:00
adamnsandle
6e6da04e7a
fix pyaudio streaming example
2024-10-09 08:49:39 +00:00
adamnsandle
d23867da10
fx parallel example
2024-09-24 12:03:07 +00:00
adamnsandle
fa8036ae1c
fx old examples
2024-09-24 12:01:47 +00:00
GengYuchao
d0139d94d9
Fixed the pyaudio example can not run issue.
...
Update the related packages.
2024-09-11 00:45:49 +08:00
nick.ganju
cb25c0c047
add csharp example
2024-07-20 22:59:18 -04:00
yuguanqin
3682cb189c
java example for whole wav file & compatible with V5 model
2024-07-18 10:34:02 +08:00
Alexander Veysov
181cdf92b6
Merge pull request #497 from rumbleFTW/fix/rust-example-v5
...
fix: rust example for v5 checkpoint
2024-07-11 17:48:58 +03:00
rumbleFTW
a7bd2dd38f
fix: rust example
2024-07-11 20:06:54 +05:30
streamer45
87ed11b508
Fix Golang example
2024-07-10 20:26:41 +02:00
streamer45
24f51645d0
Update to support model v5
2024-07-08 07:43:42 +02:00
Stefan Miletic
60ae7abfb7
v5 model cpp example
2024-07-01 15:32:40 +01:00
Stefan Miletic
0b3d43d432
cpp example v5 model
2024-07-01 15:04:48 +01:00
Ikko Eltociear Ashimine
4bdcf31d17
Update microphone_and_webRTC_integration.py
...
nubmer -> number
2024-06-30 02:10:59 +09:00
Alexander Kalashnikov
4b8ce743a8
Rust example
2024-05-30 12:08:47 +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
bygreencn
4a6d1701a4
Make the c code sample have the same function as the python code
2023-12-15 21:32:22 +08:00
jiqiang.fu
03fb810fab
fix int16_t bytes normalized to float
2023-11-13 17:14:34 +08:00
streamer45
bbbc657dad
Golang example
2023-11-08 17:48:36 -06:00
VvvvvGH
3780baf49f
add java onnx example
2023-10-18 13:57:18 +08:00
AlexRainHao
3b4c02dfe3
fix #341 issue of cpp example coding mistake
2023-05-18 20:12:03 +08:00
Qianhe Chen
b03fcb2ebe
fix speech and silence state transition
2023-05-12 16:59:51 +08:00
adamnsandle
6ef43d1c5d
change int2float
2023-03-28 14:30:35 +00: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