You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,23 @@
1
1
# Changelog
2
2
3
-
## [2.0.6] - 2024-02-18
3
+
## [3.0.0] - 2025-05-16
4
+
5
+
### Breaking
6
+
7
+
- removed `workerPath` & `locateFile` because there is no separate worker file anymore
8
+
- this is only a breaking changed if you've used these options to locate the separate worker file
9
+
10
+
### Changed
11
+
12
+
- updated whisper.cpp to v1.7.5
13
+
- updated dev dependencies
14
+
- disable console.log output in vitest (`npm run test:unit`)
15
+
16
+
## Fixed
17
+
18
+
- build with latest emscripten version to fix `Vite is unable to parse the worker options`; issue [#14](https://github.com/TranscribeJs/transcribe.js/issues/14)
|**@transcribe/shout**| Wasm build based on[whisper.cpp](https://github.com/ggerganov/whisper.cpp). Contains Module file including the wasm binary and a separate webworker file. |
21
-
|**@transcribe/transcriber**|`FileTranscriber` and `StreamTranscriber` for transcribing media files or streams. |
|**@transcribe/shout**| Wasm build based off[whisper.cpp](https://github.com/ggerganov/whisper.cpp). `shout.wasm.js` contains the wasm binary and the worker file. |
21
+
|**@transcribe/transcriber**|`FileTranscriber` and `StreamTranscriber` for transcribing media files or streams. |
22
22
23
23
## Prerequisite
24
24
@@ -59,11 +59,9 @@ The `shout.wasm` files must be accessable and served by your webserver. Dependin
0 commit comments