Commit graph

491 commits

Author SHA1 Message Date
Zero
9b3bebf4b5
Initial support for CUDA and OpenCL 2023-05-05 21:17:59 -06:00
0/0
330024a8af
Update README.md
Removes things that were added in #10 and adds note on Linux builds
2023-05-05 16:59:43 +00: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
0/0
3fce9cbbde
Merge pull request #47 from jcsoo/tokenize_with_cstring
Tokenize with cstring
2023-05-05 01:26:47 +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
0/0
b5072d486d
Merge pull request #43 from yuniruyuni/feat/call-method-via-state-object
migrate state method into state object
2023-05-01 20:14:01 +00:00
Yuniru Yuni
ef4b9f0630
migrate state method into state object 2023-04-30 09:09:29 +09:00
0/0
0fe0a87a09
Merge pull request #42 from yuniruyuni/feat/update-sample-in-readme-by-using-state-object
docs: change sample in readme by using state object
2023-04-26 17:51:09 +00:00
yuniruyuni
20c57dc887 fix: full_usage sample build error 2023-04-26 14:48:21 +09:00
yuniruyuni
8feebfb953 fix: audio_transcription sample build error 2023-04-26 14:47:15 +09:00
yuniruyuni
af4bacf80b fix: basic_use sample build error 2023-04-26 14:46:10 +09:00
yuniruyuni
b8ac448252 docs: change sample in readme by using state object 2023-04-26 14:41:57 +09:00
0/0
21333d4ba3
Merge pull request #41 from yuniruyuni/feat/public-whisper-state-module
fix: public WhisperState from lib
2023-04-26 03:56:48 +00:00
yuniruyuni
473b19cf22 fix: public WhisperState from lib 2023-04-26 11:54:58 +09:00
0/0
efd18b6cc1
Merge pull request #39 from yuniruyuni/feat/expose-whisper-state-struct-with-lifetime
refactor: delete map for State and expose struct with lifetime
2023-04-25 14:21:45 +00: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
3a1fd683d6
refactor: delete errors for state-id
because it's already deleted from state management.
2023-04-25 22:59:13 +09:00
Yuniru Yuni
6169229e60
refactor: delete map for State and expose struct with lifetime 2023-04-25 22:49:17 +09:00
0/0
bc5fd8ffcb
Merge pull request #38 from chrislemke/master
docs: update readme
2023-04-24 18:09:40 +00:00
Chris Lemke
b871ca78d2
docs: update readme 2023-04-24 20:00:13 +02:00
0/0
1c16aa9e03
Merge pull request #36 from yuniruyuni/patch-1
fix: error message for libwhisper.lib
2023-04-24 01:46:30 +00:00
yuni
91312ee92a
fix: error message for libwhisper.lib
In windows, we are using `libwhisper.lib` instead of `libwhisper.a` so renamed it.
2023-04-24 09:32:30 +09:00
0/0
c7062a2c5d
Merge pull request #35 from jcsoo/feature-coreml
Add coreml feature flag and build.rs updates
2023-04-22 04:16:21 +00:00
Jonathan Soo
3d00a04e69 Clean up formatting 2023-04-21 10:25:15 -04:00
Jonathan Soo
77cdbd6187 Add coreml feature flag and build.rs updates 2023-04-21 07:59:33 -04:00
0/0
93ac3fdb73
Merge pull request #34 from yuniruyuni/feat/impl-error-for-whisper-error 2023-04-18 14:39:10 +00:00
Yuniru Yuni
9c5aa63e4b
impl Error to improve compatibility
impl std::error::Error for WhisperError to improve error compatibility.
std::error::Error is trait for erorrs and it's standard.
and some of error handling libraries requires Error implemented struct for Result.
for examples: error-stack
2023-04-18 15:54:52 +09:00
0/0
3e5d0f346c
Merge pull request #33 from tazz4843/whisper-cpp-v1.3.0
Update to whisper.cpp v1.3.0.
2023-04-18 00:37:45 +00:00
Zero
bde74dbc8b
fix cargo publish errors 2023-04-17 18:29:08 -06:00
Zero
fcd8fe4bc5
add link to PR 2023-04-17 18:04:02 -06:00
Zero
5a5dbb1d31
document changes in 0.6.0 2023-04-17 18:02:17 -06:00
Zero
13d44e5881
add changes from whisper.cpp update 2023-04-17 17:57:00 -06:00
Zero
7c78c128a1
bump versions 2023-04-17 15:57:19 -06:00
Zero
1d7d5bade4
update bindings 2023-04-17 15:56:30 -06:00
0/0
400d03fd2a
Merge pull request #31 from yuniruyuni/update-whisper-cpp-to-v1-3-0
Support for MSVC environment
2023-04-17 21:36:22 +00:00
Yuniru Yuni
f20cf5e9c9
add a report for MSVC env 2023-04-17 14:57:17 +09:00
Yuniru Yuni
ebcd185730
bump submodule whisper.cpp 2023-04-17 14:55:41 +09:00
Zero
6e70e56156
bump whisper-rs-sys to 0.3.2 2023-04-16 13:43:26 -06:00
0/0
73a05c7854
Merge pull request #30 from a5huynh/master
cmake build args fix
2023-04-16 19:01:29 +00:00
Andrew Huynh
ccf2dcc109 test build change 2023-04-15 11:18:12 -07:00
0/0
dfe74508dc
Merge pull request #27 from prichmp/master
Build instructions for Windows
2023-04-10 21:24:11 +00:00
April Prichard
33cb6c32ae
Link again 2023-04-07 22:16:07 -07:00
April Prichard
bd567d7c7c
Fix link? 2023-04-07 22:14:16 -07:00
April Prichard
78ac550d3b
Add M1 instructions 2023-04-07 22:13:35 -07:00
April Prichard
e2eb013cfc
Add BUILDING.md 2023-04-07 22:06:38 -07:00
April Prichard
5c674f9556
Create BUILDING.md
Add instructions for using whisper-rs on Windows
2023-04-07 22:02:01 -07:00