c89b4f898f
fix: incorrect type annotation in get_writer return value
...
The audio_path attribute that the __call__ method of the ResultWriter class takes is a str, not TextIO
2025-05-13 02:45:33 +02:00
36d552cad3
fix: remove DiarizationPipeline from public API
2025-05-03 09:25:59 +02:00
7d36b832f9
refactor: update CLI entry point
2025-05-03 09:25:59 +02:00
d2a493e910
refactor: implement lazy loading for module imports in whisperx
2025-05-03 09:25:59 +02:00
ac0c8bd79a
feat: add version and Python version arguments to CLI
2025-05-01 11:08:54 +02:00
0aed874589
Remove duplicated item
...
"lv": "latvian"
2025-04-12 11:08:15 +02:00
e7712f496e
refactor: update import statements to use explicit module paths across multiple files
2025-03-25 16:24:21 +01:00
8e53866704
feat: pass hotwords argument to get_prompt ( #1073 )
...
Co-authored-by: Jade Moillic <jade.moillic@radiofrance.com >
2025-03-24 10:47:47 +01: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
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
acbeba6057
Update silero.py
2025-01-20 20:01:21 +08:00
fca563a782
Update silero.py
2025-01-20 19:52:37 +08:00
de0d8fe313
chore: handle empty segments_list case in silero
...
prevent errors
2025-01-19 21:20:56 +08:00
86e2b3ee74
chore: remove deprecated VAD_SEGMENTATION_URL
2025-01-17 09:12:05 +01: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
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
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
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
1c6d9327bc
feat: use model_dir as cache_dir for wav2vec2 ( #681 )
2025-01-01 13:22:27 +01:00
0fdb55d317
feat: add local_files_only option on whisperx.load_model for offline mode ( #867 )
...
Adds the parameter local_files_only (default False for consistency) to whisperx.load_model so that the user can avoid downloading the file and return the path to the local cached file if it exists.
---------
Co-authored-by: Barabazs <31799121+Barabazs@users.noreply.github.com >
2025-01-01 13:16:45 +01:00
51da22771f
feat: add verbose output ( #759 )
...
---------
Co-authored-by: Abhishek Sharma <abhishek@zipteams.com >
Co-authored-by: Barabazs <31799121+Barabazs@users.noreply.github.com >
2025-01-01 13:07:52 +01:00
15ad5bf7df
feat: update versions for pyannote:3.3.2 and faster-whisper:1.1.0 ( #936 )
...
* chore: bump faster-whisper to 1.1.0
* chore: bump pyannote to 3.3.2
* feat: add multilingual option in load_model function
---------
Co-authored-by: Barabazs <31799121+Barabazs@users.noreply.github.com >
2024-12-31 10:41:09 +01:00
7fdbd21fe3
feat: add support for faster-whisper 1.0.3 ( #875 )
...
---------
Co-authored-by: Barabazs <31799121+Barabazs@users.noreply.github.com >
2024-12-31 10:07:42 +01:00
3ff625c561
feat: update faster-whisper to 1.0.2 ( #814 )
...
* Update faster-whisper to 1.0.2 to enable model distil-large-v3
* feat: add hotwords option to default_asr_options
---------
Co-authored-by: Barabazs <31799121+Barabazs@users.noreply.github.com >
2024-12-31 09:41:22 +01:00
9b9e03c4cc
feat: update Norwegian models ( #687 )
...
Updated Norwegian Bokmål and Norwegian Nynorsk models
Co-authored-by: Barabazs <31799121+Barabazs@users.noreply.github.com >
2024-12-16 11:08:48 +01:00
19eff8e79a
feat: add new align models ( #922 )
...
Co-authored-by: Barabazs <31799121+Barabazs@users.noreply.github.com >
2024-12-16 11:06:43 +01:00
6f3bc5b7b8
Added Romanian phoneme-based ASR model ( #791 )
...
Co-authored-by: Barabazs <31799121+Barabazs@users.noreply.github.com >
2024-12-16 08:09:53 +01:00