Skip to content

Commit 0f2f699

Browse files
authored
Update README.md
1 parent 75611f7 commit 0f2f699

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,15 @@ This script modifies [OpenAI's Whisper](https://github.com/openai/whisper) to pr
44

55
![jfk](https://user-images.githubusercontent.com/28970749/225825244-f3df9607-91ab-4011-a333-7e3ae94da08f.PNG)
66

7-
87
https://user-images.githubusercontent.com/28970749/225825286-cdb14d70-566f-454b-a2b3-b61b4b3e09c9.mp4
98

10-
119
### What's new in 2.0.0 ?
1210
- updated to use Whisper's more reliable word-level timestamps method.
1311
- the more reliable word timestamps allows regrouping segments word by word.
1412
- can now suppress silence with [Silero VAD](https://github.com/snakers4/silero-vad) (requires PyTorch 1.2.0+)
1513
- non-VAD silencing suppress is also more robust
1614

17-
18-
https://user-images.githubusercontent.com/28970749/225825316-41060f7f-0676-4d7c-972a-cd318b8a79c2.mp4
19-
15+
https://user-images.githubusercontent.com/28970749/225826345-ef7115db-51e4-4b23-aedd-069389b8ae43.mp4
2016

2117
### Features
2218
- more control over the timestamps than default Whisper
@@ -67,7 +63,7 @@ result.save_as_json('audio.json')
6763

6864
### Regrouping Words
6965
Stable-ts has a preset for regrouping word into different segments. This preset is enabled by `regroup=True`.
70-
But are other built-in regrouping methods that allow you to customize the regrouping logic.
66+
But there are other built-in regrouping methods that allow you to customize the regrouping logic.
7167
This preset is just a predefined a combination of those methods.
7268

7369

0 commit comments

Comments
 (0)