Commit graph

453 commits

Author SHA1 Message Date
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
Ephraim Kunz
d3825debff Fix print_system_info return value 2022-11-22 10:10:03 -07:00
0/0
520ea9d4d8
Merge pull request #3 from shomitarai/master
add conversion of &str to CString in set_language method
2022-11-17 18:53:41 -07:00
Sho Mitarai
b4420ad1ba add conversion of &str to CString in set_language method 2022-11-17 10:50:15 +09:00
0/0
e28baf78d4
fix broken example from breaking changes 2022-10-28 19:45:23 -06:00
0/0
7a76140d39
add CHANGELOG.md 2022-10-28 19:42:34 -06:00
0/0
1632ac11fe
update upstream whisper.cpp and fix breaking changes 2022-10-28 19:37:42 -06:00
0/0
4ccd746949
bump submodule whisper.cpp 2022-10-15 12:11:00 -06:00
0/0
b312bb86b8
clean build directory after building to prevent cargo complaining 2022-10-12 15:54:05 -06:00
0/0
2d4801d87d
ignore .idea 2022-10-12 15:46:18 -06:00
0/0
41b541042d
update README.md 2022-10-12 15:45:48 -06:00
0/0
4fdb085586
update remote whisper.cpp to b2f1600aa380e3ec5dc0de6194e38f27245c2a6a 2022-10-12 15:35:55 -06:00
0/0
b7fadd88bd
bump version again 2022-10-10 17:51:45 -06:00
0/0
aae7262db6
remove pointless docs 2022-10-10 17:51:22 -06:00
0/0
e742d5ee61
bump -sys version 2022-10-10 17:47:38 -06:00
0/0
9f84460cde
fix docs.rs build 2022-10-10 17:44:02 -06:00
0/0
a6bf321765
bump version to 0.1.2 2022-10-10 17:40:14 -06:00
0/0
d2e48983b9
add Send and Sync impls 2022-10-10 17:37:53 -06:00
0/0
60d22b0330
bump base version 2022-10-10 14:16:58 -06:00
0/0
6cfacaa2be
add docs.rs metadata 2022-10-10 12:22:04 -06:00
0/0
1aa7fe1c11
bump -sys to 0.1.1 2022-10-10 11:50:55 -06:00
0/0
040650bee5
fix native static library not found 2022-10-10 11:46:47 -06:00
0/0
cdec0cd772
update upstream whisper.cpp 2022-10-10 11:05:41 -06:00
0/0
cc2822e7e5
add more automation to build script 2022-10-10 11:05:03 -06:00
0/0
6df5ed5ab6
add fallback bindings if whisper.h can't be found 2022-10-10 11:04:34 -06:00
0/0
8efd128203
update license identifiers 2022-10-09 20:59:14 -06:00
0/0
432a7430cc
add building instructions 2022-10-09 20:56:12 -06:00
0/0
82c83c860f
rename library to whisper-rs 2022-10-09 20:48:00 -06:00