Commit graph

274 commits

Author SHA1 Message Date
Niko
49ef267bad
Remove simd feature 2024-01-10 17:59:30 -07:00
Niko
f3b155c44f
Update audio utilities 2024-01-09 17:32:04 -07:00
Niko
9861dfdb93
Merge pull request #110 from thewh1teagle/fix/msys2-build
fix windows gnu build
2024-01-09 03:51:19 +00:00
Niko
a04d16166a
Merge branch 'master' into fix/msys2-build 2024-01-09 01:54:19 +00:00
thewh1teagle
80755aab33 fix: accurate cfg attr per gnu and windows 2024-01-09 03:27:43 +02:00
Niko
bdf1862d5b
Fix doctests 2024-01-08 14:55:00 -07:00
Niko
249b7321c9
Remove SIMD functions
Benchmarking showed
that they were usually at least 2.5x slower on common platforms (x86_64),
and the maintenance overhead tracking nightly wasn't worth it.
2024-01-08 14:54:50 -07:00
Niko
af8e638c59
Update bindings.rs 2024-01-08 14:41:14 -07:00
Niko
849f07cb45
Merge pull request #109 from Andreybest/master 2024-01-08 14:54:26 +00:00
Andrii Kotliar
b7a9b90604 Returned true old bindings 2024-01-08 11:30:40 +01:00
Andrii Kotliar
7d20c51808 Returned old bindings 2024-01-08 11:20:56 +01:00
thewh1teagle
3fe56418ad fix windows gnu build 2024-01-08 05:52:29 +02:00
Andrii Kotliar
e195c885a1 Add whisper_lang_str_full function to whisper-rs 2024-01-08 01:24:38 +01:00
Andrii Kotliar
22bf23a168 Update whisper.cpp version to 1.5.4 2024-01-08 00:29:13 +01:00
Niko
eee78dabaa
Merge pull request #107 from tazz4843/cmake-change-build-type
Change CMake build type based on Rust build type
2024-01-04 04:28:37 +00:00
Niko
134067b112
Merge branch 'master' into cmake-change-build-type 2024-01-04 03:40:37 +00:00
Niko
27042a42b9
Merge pull request #106 from tazz4843/fix-no-samples
Fix possible segmentation fault
2024-01-04 03:36:02 +00:00
Niko
937bc78f45
Fix clippy lints 2024-01-03 20:31:08 -07:00
Niko
5230735222
Fix possible segmentation fault 2024-01-03 20:26:08 -07:00
Niko
5061acff43
Don't enable force-debug by default 2023-12-15 21:23:14 -07:00
Niko
b5cddefcfa
Add flag to force debug mode 2023-12-15 21:20:39 -07:00
Niko
755d9e590f
Switch from Debug to RelWithDebugInfo
Debug builds are simply too slow to be remotely usable even on a 13700K,
or with an Intel Arc A770 GPU
(both tested to be unusable for anything approaching realtime)
2023-12-15 21:09:04 -07:00
Niko
fdf5ded360
Add debug info if Rust code is compiled with debug assertions 2023-12-15 16:15:12 -07:00
Niko
2c0d6404b7
Merge pull request #102 from codesoda/add_initial_prompt_param
Add initial prompt param
2023-12-01 19:03:51 -07:00
Chris Raethke
41d73af64c
Merge branch 'master' into add_initial_prompt_param 2023-11-27 12:57:18 +10:00
Chris Raethke
9aa2429606 Add examples for set_initial_prompt(...) 2023-11-27 11:53:19 +10:00
Chris Raethke
8c8a5d78d9 Add set_initial_prompt to WhisperParams 2023-11-27 11:15:57 +10:00
Niko
feacac6931
include required files to build 2023-11-26 17:43:32 -07:00
Niko
276bc43a35
Merge pull request #99 from tazz4843/whisper.cpp-1.5
Update whisper.cpp to v1.5
2023-11-27 00:36:43 +00:00
Niko
1ad60ec994
Merge pull request #101 from codesoda/grammar-fixes 2023-11-24 16:23:16 +00:00
Chris Raethke
a07e27ed42 Update WhisperContextParameters to &mut to avoid borrow issues 2023-11-21 18:30:59 +10:00
Chris Raethke
ef7d037d75 Expose WhisperGrammar* from the lib 2023-11-21 18:30:08 +10:00
Niko
2a17adde85
Merge pull request #100 from codesoda/whispercpp-fixes
Expose WhisperContextParameters and update examples
2023-11-20 22:24:57 +00:00
Chris Raethke
81e2b0476b Cargo fmt 2023-11-21 06:33:02 +10:00
Chris Raethke
8d462f5dd3 Expose WhisperContextParameters and update examples 2023-11-20 20:42:34 +10:00
Niko
bd197a36f3
Fix windows build 2023-11-16 20:34:25 -07:00
Niko
4ea2484d91
Fix missing commit 2023-11-16 19:05:45 -07:00
Niko
8690d35deb
Update whisper.cpp to v1.5 and add all structs 2023-11-16 18:56:50 -07:00
Niko
73e33a182c
Merge pull request #91 from tazz4843/metal-feature-flag
Add a feature flag for Metal acceleration support
2023-10-27 14:23:37 +00:00
Niko
ba1b79138e
cargo fmt 2023-10-27 08:17:11 -06:00
Niko
ccccfe758d
Incorporate changes from sandbox-friendly PR 2023-10-27 08:16:09 -06:00
Niko
ace4bbd18a
Merge branch 'master' into metal-feature-flag
# Conflicts:
#	sys/build.rs
2023-10-27 08:13:17 -06:00
Niko
9ec0fd686f
Merge pull request #92 from npatsakula/sandbox_friendly
Sandbox friendly build
2023-10-15 09:39:21 -06:00
Patsakula Nikita
0b5a74a16c
[*] Sandbox-friendly build implemented.
* CMake machinery simplified.
* Build artifacts not stored in source directories anymore.
2023-10-15 17:32:37 +03:00
Niko
74dd93bf54
cargo fmt 2023-10-09 17:05:05 -06:00
Niko
253ac1bb6f
Add a feature flag for Metal acceleration support 2023-10-09 17:02:54 -06:00
Niko
7dac364460
Bump version to 0.9.0-rc.2 2023-10-08 15:43:19 -06:00
Niko
1b60556910
Merge remote-tracking branch 'origin/master' 2023-10-08 15:40:34 -06:00
Niko
bbe7e9e9ed
Bump -sys version to 0.7.2 2023-10-08 15:40:24 -06:00
Niko
0f3a7c4533
Fix Metal build 2023-10-08 15:40:11 -06:00