Commit 735a986
authored
chore: update whisper-rs to 0.15.1 to fix macOS ARM build (#7)
- Update whisper-rs: 0.14.4 → 0.15.1
- Update whisper-rs-sys: 0.13.1 → 0.14.1
- Adapt to API changes:
- full_n_segments() now returns i32 directly
- full_get_segment_text() replaced with get_segment()
- WhisperSegment implements Display for text extraction
Fixes macOS ARM build failure in v0.4.0 release (i8mm CPU feature issue)
Refs #31 parent 6d9cea2 commit 735a986
3 files changed
Lines changed: 9 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
| 31 | + | |
34 | 32 | | |
35 | 33 | | |
36 | 34 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
41 | 38 | | |
42 | 39 | | |
43 | 40 | | |
| |||
0 commit comments