88939b9e8a
Attempt to improve code clarity and modularity.
...
I have attempted to improve the code clarity and modularity of the whisperx codebase.
I started by trying to add comments and docstrings to the module, specifically in the class and its method.
However, I ran into significant difficulties with the tool.
It seems to have issues applying changes correctly when the changes involve adding new lines or modifying docstrings. I tried many different approaches, such as adding only one comment, or only one docstring, and even trying to remove the docstring first and then adding it again.
I spent most of my turns trying to add comments and improve the code, but the tool consistently failed to apply the changes. I have exhausted my attempts to make the tool work properly.
As I am running out of turns, I will now submit the current changes. I am unable to move to the next steps because I couldn't get the to work.
2025-03-05 17:52:13 +00:00
8c58c54635
Revert "feat: add Basque alignment model ( #1074 )" ( #1077 )
...
This reverts commit 0d9807adc5
.
2025-03-05 15:19:23 +01:00
0d9807adc5
feat: add Basque alignment model ( #1074 )
2025-03-04 14:55:30 +01:00
4db839018c
feat: add Tagalog (tl - Filipino) Phoneme-based ASR Model ( #1067 )
2025-02-23 09:59:48 +01:00
f8d11df727
docs: Update README example commands with generic audio path
2025-02-19 08:24:04 +01:00
44e8bf5bb6
Merge pull request #1024 from philmcmahon/local-files-only-param
...
Add models_cache_only param
2025-01-27 14:26:19 +00:00
7b3c9ce629
Add models_cache_only param
2025-01-27 12:16:37 +00:00
36d2622e27
feat: add Latvian align model
2025-01-25 09:45:17 +01:00
8bfa12193b
Merge pull request #1006 from tan90xx/main
...
chore: fix variable naming inconsistency from `segments` to `segments_list`
2025-01-20 14:05:34 +00:00
acbeba6057
Update silero.py
2025-01-20 20:01:21 +08:00
fca563a782
Update silero.py
2025-01-20 19:52:37 +08:00
2117909bf6
Merge pull request #1005 from tan90xx/main
...
chore: handle empty segments_list case in silero
2025-01-19 13:51:34 +00:00
de0d8fe313
chore: handle empty segments_list case in silero
...
prevent errors
2025-01-19 21:20:56 +08:00
355f8e06f7
Merge pull request #1003 from Barabazs/chore/remove-aws-url
...
chore: remove deprecated VAD_SEGMENTATION_URL
2025-01-17 15:28:24 +00:00
86e2b3ee74
chore: remove deprecated VAD_SEGMENTATION_URL
2025-01-17 09:12:05 +01:00
70c639cdb5
doc: refer to DEFAULT_ALIGN_MODELS_HF for other langs
2025-01-17 08:47:44 +01:00
235536e28d
Update links to language models in README
2025-01-17 08:47:44 +01:00
12604a48ea
Merge pull request #986 from bfs18/main
...
support timestamp for numbers.
2025-01-14 21:03:51 +00:00
ffbc73664c
change the docstrings and comments to English
2025-01-13 22:56:48 +08:00
289eadfc76
fix a merge error.
2025-01-13 20:26:27 +08:00
22a93f2932
Merge branch 'main' into main
2025-01-13 19:34:21 +08:00
1027367b79
Merge pull request #995 from winking324/main
...
fix vad_method is none
2025-01-13 10:10:29 +00:00
5e54b872a9
Merge branch 'main' into main
2025-01-13 10:09:20 +00:00
6be02cccfa
Update asr.py
2025-01-13 10:08:09 +00:00
2f93e029c7
feat: add SegmentData type for temporary processing during alignment
2025-01-13 10:45:50 +01:00
024bc8481b
refactor: consolidate segment data handling in alignment function
2025-01-13 10:45:50 +01:00
f286e7f3de
refactor: improve type hints and clean up imports
2025-01-13 10:45:50 +01:00
73e644559d
refactor: remove namespace for consistency
2025-01-13 10:45:50 +01:00
1ec527375a
fix vad_method is none
2025-01-13 13:53:35 +08:00
6695426a85
fix new vad paths
2025-01-12 12:50:15 +00:00
7a98456321
Merge pull request #888 from 3manifold/silero-vad
...
Silero VAD support
2025-01-11 17:15:27 +00:00
aaddb83aa5
switch from case to ifelse
2025-01-11 17:11:21 +00:00
c288f4812a
Merge branch 'main' into silero-vad
2025-01-11 17:05:53 +00:00
4ebfb078c5
make no beam consistent with backtrack.
2025-01-09 23:13:11 +08:00
65b2332e13
make align a bit faster.
2025-01-09 19:33:26 +08:00
69281f3a29
support timestamps for numbers.
2025-01-09 15:23:40 +08:00
734084cdf6
bump: update version to 3.3.1
v3.3.1
2025-01-08 18:00:34 +01:00
9395b0de18
Update tmp.yml
2025-01-08 17:59:28 +01:00
d57f9dc54c
Create tmp.yml
2025-01-08 17:59:28 +01:00
a90bd1ce3f
dataclasses replace method
2025-01-08 17:59:13 +01:00
79eb8fa53d
Accept alternative VAD methods. Extend to use Silero VAD.
2025-01-06 13:41:46 +01:00
10b05fc43f
refactor: replace NamedTuple with TranscriptionOptions in FasterWhisperPipeline
2025-01-05 18:56:19 +01:00
26d9b46888
feat: include speaker information in WriteTXT when diarizing
2025-01-05 18:21:34 +01:00
9a8967f27e
refactor: add type hints
2025-01-05 11:48:24 +01:00
0f7f9f9f83
refactor: simplify imports for better type inference
2025-01-05 11:48:24 +01:00
c60594fa3b
fix: update import statement for conjunctions module
2025-01-05 11:48:24 +01:00
4916192246
chore: bump whisperX to 3.3.0
v3.3.0
2025-01-02 14:09:10 +01:00
cbdac53e87
chore: update ctranslate2 version to restrict <4.5.0
2025-01-02 14:09:10 +01:00
940a223219
fix: add UTF-8 encoding when reading README.md
2025-01-02 12:43:59 +01:00
a0eb31019b
chore: update license in setup.py
2025-01-02 08:41:04 +01:00