@ztimson/momentum 1.0.12 → 1.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/bin/build-models.mjs +0 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -184,7 +184,9 @@ Demo Sites:
|
|
|
184
184
|
- [Node.js](https://nodejs.org/en/download)
|
|
185
185
|
|
|
186
186
|
##### Optional
|
|
187
|
-
- _[ffmpeg](https://ffmpeg.org/download.html) (
|
|
187
|
+
- _[ffmpeg](https://ffmpeg.org/download.html) (Media Utilities)_
|
|
188
|
+
- _[Whisper.cpp](https://github.com/ggml-org/whisper.cpp/releases/tag) (ASR)_
|
|
189
|
+
- _[Pyannote](https://github.com/pyannote) (ASR Diarization):_ `pip install pyannote.audio`
|
|
188
190
|
|
|
189
191
|
#### Instructions
|
|
190
192
|
1. Install the dependencies: `npm install`
|
package/bin/build-models.mjs
CHANGED
|
File without changes
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED