Commit graph

52 commits

Author SHA1 Message Date
arizhih
0c8798c986 Use proper lifetimes, add DTW usage example 2024-05-17 14:47:58 +02:00
arizhih
482860d0d6 Pass aheads by reference, add dtw_mem_size param, rustfmt 2024-05-17 02:05:12 +02:00
arizhih
da6b410439 Add safe wrapper for raw dtw parameters 2024-05-16 18:58:48 +02:00
arizhih
dcfcbced18 Generate bindings + rustfmt 2024-05-16 15:29:38 +02:00
arizhih
f6826200fc Update whisper.cpp version to 1.6.0 2024-05-15 22:59:16 +02:00
arizhih
1160b1b94e
Merge branch 'tazz4843:master' into update-whisper-cpp 2024-05-07 13:36:30 +02:00
jiahua
7281db5025 fix: rustfmt 2024-04-30 13:48:55 +08:00
jiahua
85edf85e5f refactor: remove deprecated fn 2024-04-30 13:47:05 +08:00
jiahua
e316c08f14 refactor: remove deprecated fn 2024-04-30 13:44:19 +08:00
jiahua
23d16f2858 fix: let context stateless, remove whisper_full_get_segment_speaker_turn_next from context, better to use the same fn in state 2024-04-30 09:34:38 +08:00
jiahua
e4f8910b1b fix: keep &mut self 2024-04-30 09:09:52 +08:00
jiahua
f30d0ea0a1 fix: rustfmt 2024-04-26 16:23:32 +08:00
jiahua
6e04f76e41 rename WhisperInnerContext 2024-04-25 16:00:36 +08:00
jiahua
5eef5afd5e wrap more functions 2024-04-25 15:55:17 +08:00
jiahua
9d978add9d refactor(state): create_state from whisper context wrapper 2024-04-25 15:33:06 +08:00
arizhih
813a433a52 Update whisper.cpp version to 1.5.5 2024-04-23 17:13:07 +02:00
Niko
a9e060571a
Merge remote-tracking branch 'origin/master' 2024-04-06 11:38:35 -06:00
Wenqing Zong
384ddd77a5 Add safe bindings for speaker diarization 2024-03-20 16:30:13 +00:00
Niko
2d583d1e7f
Fix clippy lints 2024-03-18 18:57:41 -06:00
Chris Raethke
a07e27ed42 Update WhisperContextParameters to &mut to avoid borrow issues 2023-11-21 18:30:59 +10:00
Niko
8690d35deb
Update whisper.cpp to v1.5 and add all structs 2023-11-16 18:56:50 -07:00
Niko
d6da605de1
Revert "Add OpenVINO support"
This reverts commit 5c140c14
2023-10-06 21:09:23 -06:00
Zero
749c18cfee
cargo fmt 2023-08-28 17:09:46 -06:00
Zero
851fca36d7
Add new nosp token 2023-08-28 17:04:08 -06:00
Zero
5c140c14d4
Add OpenVINO support 2023-08-28 16:41:25 -06:00
Zero
66f8aaeb86
Update whisper.cpp to 8e46ba80d3c1dcf532a0029f9bcdf99ce9ce7d40 2023-08-28 16:38:14 -06:00
Zero
fc062e7541
fix incorrect doc comments 2023-05-10 14:03:16 -06:00
Zero
6d2b6251ff
update to v1.4.1 2023-05-05 21:52:06 -06:00
0/0
d77108fca6
Change token_to_str to return &str instead of String 2023-05-05 01:33:06 +00:00
0/0
a7caf1b96a
Merge pull request #48 from jcsoo/token_to_cstr
Add token_to_cstr
2023-05-05 01:30:37 +00:00
Jonathan Soo
c2372dbae9 Add token_to_cstr 2023-05-04 19:35:37 -04:00
Jonathan Soo
44e34ba301 Add test using tiny.en model behind a feature flag 2023-05-04 19:18:51 -04:00
Jonathan Soo
908e96f9da Convert text to CString 2023-05-04 19:17:29 -04:00
Yuniru Yuni
ef4b9f0630
migrate state method into state object 2023-04-30 09:09:29 +09:00
yuni
9b57c8ef3f
fix: typo
Co-authored-by: 0/0 <zero@imaskeleton.me>
2023-04-25 23:19:00 +09:00
Yuniru Yuni
4e334f4baa
docs: delete id arguments from create_state description 2023-04-25 23:04:54 +09:00
Yuniru Yuni
6169229e60
refactor: delete map for State and expose struct with lifetime 2023-04-25 22:49:17 +09:00
Zero
13d44e5881
add changes from whisper.cpp update 2023-04-17 17:57:00 -06:00
0/0
edac524756
update to latest whisper.cpp 2023-02-07 10:04:10 -07:00
0/0
4da16a45a3
handle error codes more often 2022-12-14 17:21:10 -07:00
0/0
491eeeadde
don't forget import 2022-12-14 17:11:22 -07:00
0/0
cc05ecfd42
add whisper_full_get_token_data 2022-12-14 17:10:53 -07:00
0/0
eda8559cc8
add whisper_reset_timings 2022-12-14 17:10:21 -07:00
0/0
aa287e2ea6
inline functions that just call directly down to others 2022-12-14 17:10:01 -07:00
0/0
b4459e5e53
remove useless error handling 2022-12-14 17:08:37 -07:00
0/0
462f6c7b13
change return types 2022-12-14 17:04:38 -07:00
0/0
8317096daa
remove extra bracket 2022-12-14 17:03:44 -07:00
Ephraim Kunz
d3825debff Fix print_system_info return value 2022-11-22 10:10:03 -07:00
0/0
1632ac11fe
update upstream whisper.cpp and fix breaking changes 2022-10-28 19:37:42 -06:00
0/0
d2e48983b9
add Send and Sync impls 2022-10-10 17:37:53 -06:00