Commit History

Fix chunk splitting
0ec48c0

aadnk commited on

Use DEFAULT_INPUT_AUDIO_MAX_DURATION
724f5fc

aadnk commited on

Cache parallel processes
31f7bdb

aadnk commited on

Spawn a new process for each GPU
4aa12d0

aadnk commited on

Add support for parallel execution on multiple GPUs
95261ed

aadnk commited on

Add flagged to .gitignore
8f3aedf

aadnk commited on

Fix latest transformer docker image
596f6a6

aadnk commited on

Fix bug when using skip_gaps or expand_into_gaps (#4)
49e2986

aadnk GkevinOD commited on

Fix silero-vad-skip-gaps and -expand-into-gaps
d585548

aadnk commited on

Update CLI documentation in readme
51a543e

aadnk commited on

Concat first prompt with initial prompt
84fa1f8

aadnk commited on

Cleanup code
5bbbb16

aadnk commited on

Update README
f5884f3

aadnk commited on

Ensure VAD supports detect language
f1fe464

aadnk commited on

Do not add speech detected in gaps to the prompt window
31ba778

aadnk commited on

Refactor pad and merge timestamps into one function
0cb931d

aadnk commited on

Make it easier to use the old segmentation strategy
d906b98

aadnk commited on

Add prompt window to VAD
48d8572

aadnk commited on

Add CLI to README
1217d8b

aadnk commited on

Adding CLI
74b1efd

aadnk commited on

Refactor function names
883c794

aadnk commited on

Make speech padding configurable.
7f502b4

aadnk commited on

Disable segment padding for now.
6cbe554

aadnk commited on

Fix pad_timestamps
02253c6

aadnk commited on

Return results, not last seconds
bcee468

aadnk commited on

Process VAD in chunks of up to 1 hour
b604ea1

aadnk commited on

Remove unused imports
2ea4ed3

aadnk commited on

Fix unit test
25df8a0

aadnk commited on

Change the default merge window to 5.
b1d4eff

aadnk commited on

Fix merging of VAD segments
8781620

aadnk commited on

Move implementation to src folder
c52f09b

aadnk commited on

Handle OS error 36 - File name too long
11c4fb6

aadnk commited on

Do not run whisper on very short VAD segments
89bd811

aadnk commited on

Fix options.md
a95d6a8

aadnk commited on

Add max merge size in VAD
084aa80

aadnk commited on

Import tensorflow if it exists
ea7f8cc

aadnk commited on

Transcribe non-speech areas too in "silero vad"
bc0cb58

aadnk commited on

Add tourchaudio as a requirement
55fc070

aadnk commited on

Remove type definition for callback to support old Python
ff19da3

aadnk commited on

Add a simple "VAD" alternative - periodic VAD
bbbf06e

aadnk commited on

Disable buffering in docker container
0d8d833

aadnk commited on

Add support for selecting a VAD
f288ceb

aadnk commited on

Add cache information
aa22372

aadnk commited on

Update README
a34af3d

aadnk commited on

Add support for docker
a14ac5a

aadnk commited on

Fix detection of JP/ZH when calculating max line length
ba1ed2f

aadnk commited on

Fix YouTube video length restriction
8f5637c

aadnk commited on

Improve description
38cc8a7

aadnk commited on

Limit video length before downloading from YouTube
fdd892b

aadnk commited on

Let max line width depend on the language
6a308c6

aadnk commited on