8000 Tags · ragaeeb/tafrigh · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: ragaeeb/tafrigh

Tags

v4.0.2

Toggle v4.0.2's commit message
fix(deps): Bump dependencies to pick up fix

v4.0.1

Toggle v4.0.1's commit message
fix(silence): Upgrade ffmpeg-simplified to stop processing silent chunks

4.0.0

Toggle 4.0.0's commit message
Update readme and JSDocs

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(api): Support adding line breaks based on seconds. (#13)

- Adapt to breaking changes from ffmpeg-simplified.
- Don't preformat file if it already exists.
- Add overriding number of retries
- Specifying output file is now mandatory.
- Upgrade dependencies

BREAKING CHANGE: `transcribe` now requires outputOptions to be mandatory.

v2.1.2

Toggle v2.1.2's commit message
fix(408): Add retry logic when hitting a 408

Bump dependencies

v2.1.1

Toggle v2.1.1's commit message
fix(tokens): Adjust tokens to be from milliseconds to seconds

And fix the relative times of tokens to match the absolute time.
Export types.

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(api): getTranscription function and .txt file support (#12)

Dependency upgrades

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(tokens): Return the full tokens and confidence in the transcript…

… by default #10 (#11)

BREAKING CHANGE: The transcript now includes confidence, and tokens arrays in the saved file. If your code used the existing output as-is it may now include additional content you may not want and want to filter out. If not, your code should not need any change.
Also upgrades dependencies and moves ffmpeg utility code into its own library.

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(normalization): Add callback support, normalization (#9)

* feat(logic): Add callback support for each step #7

Expose the word-by-word timestamps #4
fix(logic): Filter out trimmed empty strings #5

* Fix auto pull PR

* Add package.json

* Fix script

* Fix

* Update milestones call

* Fix

* Remove PR action

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(normalize): Add normalization filter support #6 (#8)

0