Commit 10f5b13
chore(notebook): set Expert Colab defaults to semantic + TEN VAD
For the WhisperJAV Colab Edition (Expert) notebook, change the four
pass-level default selections so the form loads with more accurate
backends selected out of the box:
pass1_scene_detector "automatic" -> "semantic"
pass1_speech_segmenter "automatic" -> "ten"
pass2_scene_detector "automatic" -> "semantic"
pass2_speech_segmenter "automatic" -> "ten"
Only the default values change. The dropdown choice lists themselves
are unchanged — users can still pick automatic/auditok/silero/none
for the scene detector and automatic/silero/ten/none for the speech
segmenter. The downstream map_value()/map_segmenter() helpers already
handle non-"automatic" values by emitting the corresponding CLI flags,
so Step 2 will now pass --pass1-scene-detector semantic, --pass1-speech-segmenter ten,
--pass2-scene-detector semantic, --pass2-speech-segmenter ten (or the
single-pass equivalents --scene-detection-method / --speech-segmenter
when Two-Step is off).
Both "ten" and "semantic" are supported by the CLI (verified against
--help output) and are bundled in requirements_v1.8.11.txt. The
install_colab.sh script already handles portaudio19-dev for the
TEN VAD/auditok path and warns on failure, so init failures will
degrade gracefully rather than crash.
CLI and GUI defaults are intentionally left unchanged for v1.8.11 —
they still default to auditok + silero-v3.1 for backward compatibility.
Aligning CLI and GUI Ensemble tab with these notebook defaults is
tracked for v1.8.12.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent bb2e020 commit 10f5b13
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
| 54 | + | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
706 | 706 | | |
707 | 707 | | |
708 | 708 | | |
709 | | - | |
| 709 | + | |
0 commit comments