Commit graph

230 commits

Author SHA1 Message Date
Julian Bayardo Spadafora
cf1461dc54 Formatting 2023-03-12 23:50:46 -07:00
Julian Bayardo Spadafora
9611d6aec4 Fix lib copy on Linux 2023-03-12 20:32:11 -07:00
0/0
b695d43afa
Merge pull request #19 from randomairborne/master
add simple checking action
2023-03-13 00:49:22 +00:00
valkyrie_pilot
00df8264f8
Remove windows because it doesn't work yet 2023-03-12 18:47:03 -06:00
valkyrie_pilot
df1148731d
Merge branch 'master' of https://github.com/randomairborne/whisper-rs 2023-03-12 18:42:54 -06:00
valkyrie_pilot
a575854632
test on nightly as well as stable 2023-03-12 18:42:51 -06:00
valkyrie_pilot
3cdcd33d68
Disable fail-fast
Failing fast is counter-productive, given that we want to know what OSes break.
2023-03-12 18:40:03 -06:00
valkyrie_pilot
ef00ba34f2
add simple checking action 2023-03-12 18:36:36 -06:00
Julian Bayardo Spadafora
8a3fad0e79 Woops, remove need for shared libraries 2023-03-12 16:03:16 -07:00
Julian Bayardo Spadafora
6f03b925cc Fix build on Windows 2023-03-12 13:31:42 -07:00
Zero
18bb3fb15b release: whisper-rs-sys 0.3.1 2023-03-11 15:04:38 -07:00
Zero
f86d8699a7 trim whisper-rs-sys crate size down to 546.9KiB 2023-03-11 15:04:24 -07:00
Zero
f24f496213 update whisper.cpp to v1.2.1 2023-03-11 15:03:00 -07:00
0/0
1a02c60f52
release: 0.3.0 whisper-rs-sys + 0.4.0 whisper-rs 2023-02-08 16:31:22 -07:00
0/0
406fcae694
add another example 2023-02-08 16:25:17 -07:00
0/0
a329e0fa58
condense if statement tree 2023-02-08 16:24:51 -07:00
0/0
7350453ffe
Merge remote-tracking branch 'origin/master' 2023-02-08 16:19:12 -07:00
0/0
0afddbf85c
add all target directories to gitignore 2023-02-08 14:50:05 -07:00
0/0
39b822ae2c
update example to latest usage 2023-02-08 14:46:04 -07:00
0/0
56bef8c671
remove outdated doc comment 2023-02-08 14:44:57 -07:00
0/0
ad9146aa91
add SamplingStrategy default 2023-02-08 14:44:36 -07:00
0/0
edac524756
update to latest whisper.cpp 2023-02-07 10:04:10 -07:00
0/0
0da39195c0
disable clippy::uninlined_format_args 2023-02-06 18:59:38 -07:00
0/0
3526e12e49
update sys 2023-02-06 18:58:53 -07:00
0/0
6156a04628
Merge pull request #13 from LucasZNK/master 2023-01-03 19:45:34 -07:00
Lucas Zanek
1562644a8d add information about how to run the example 2023-01-03 23:36:02 -03:00
Lucas Zanek
a09ed82675 added logic to write the result in a txt file 2023-01-03 22:48:35 -03:00
Lucas Zanek
748709ec62 audio transcription example 2023-01-03 22:34:18 -03:00
0/0
a74482cb03
Merge pull request #11 from reisub0/master
Fixes error in example
2023-01-03 13:12:01 -07:00
0/0
0f52002f05
Merge pull request #10 from alugha/missing-symbols
Link against C++ standard library and macOS Accelerate framework
2023-01-02 16:05:10 -07:00
reisub0
bc51b4d4fc
error[E0599]: no method named set_print_special_tokens found for struct FullParams in the current scope
--> examples/basic_use.rs:23:12
   |
23 |     params.set_print_special_tokens(false);
   |            ^^^^^^^^^^^^^^^^^^^^^^^^ help: there is a method with a similar name: `set_print_special`

For more information about this error, try `rustc --explain E0599`.
2022-12-24 22:49:57 +01:00
Niklas Korz
15dbd58c7e Link against C++ standard library and macOS Accelerate framework 2022-12-15 16:40:37 +01:00
0/0
b81c6c9454
Merge pull request #7 from rockerBOO/patch-1
Update readme with new usage
2022-12-15 08:15:09 -07:00
0/0
da56374432
upload sys again 2022-12-14 17:44:04 -07:00
0/0
0c84524b6d
remove unused import 2022-12-14 17:22:08 -07:00
0/0
4042b729ad
bump version to 0.3 2022-12-14 17:21:29 -07:00
0/0
4da16a45a3
handle error codes more often 2022-12-14 17:21:10 -07:00
0/0
f810c63a39
add new params 2022-12-14 17:11:57 -07:00
0/0
491eeeadde
don't forget import 2022-12-14 17:11:22 -07:00
0/0
ce734cca04
add WhisperTokenData type 2022-12-14 17:11:09 -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
0/0
2cf2c7f499
Merge remote-tracking branch 'origin/master'
# Conflicts:
#	sys/src/bindings.rs
2022-12-14 16:17:39 -07:00
0/0
a45d447494
update whisper.cpp and sys version 2022-12-14 15:56:48 -07:00
Dave Lage
a7cdb54554
Update readme with new usage 2022-12-06 19:57:42 -05:00
0/0
5fb138f5b7
Merge pull request #4 from ephraimkunz/print-system-info
Fix print_system_info to correctly return a static &str
2022-12-04 11:09:08 -07:00