Commit graph

112 commits

Author SHA1 Message Date
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
0/0
34260d4aed
Merge pull request #21 from bruskajp/master
Fix panic in stereo to mono audio conversion
2023-03-27 16:56:26 +00:00
James Bruska
9a3efcca5f Changed version to 0.5.0 due to public API change 2023-03-27 11:51:46 -04:00
James Bruska
d8271e31d0 Changed convert_stereo_to_mono_audio to return a Result 2023-03-27 11:49:13 -04:00
James Bruska
30ff41989b Ran cargo fmt 2023-03-27 10:35:23 -04:00
James Bruska
bad88c38d8 Change comments for convert_stereo_to_mono_audio functions 2023-03-26 11:44:24 -04:00
James Bruska
445a072bda Turned off warning for unused variable in audio_transcription example 2023-03-23 13:46:36 -04:00
James Bruska
1873288db0 Fixed odd value length bug in convert_stereo_to_mono_audio functions 2023-03-23 13:44:53 -04:00
James Bruska
31260475dc Change assert_stereo_to_mono_simd test to exibit issue of odd length value 2023-03-23 12:41:26 -04:00
James Bruska
05d072ffc4 Updated Cargo.toml and audio_transcription example to not fail cargo test 2023-03-23 12:38:54 -04:00
0/0
cf278027ee
Add Windows back into test matrix 2023-03-14 03:02:58 +00:00
0/0
2e17fe9545
Merge pull request #18 from jbayardo/master
Fix build on Windows
2023-03-14 03:02:03 +00:00
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