summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2024-11-16 08:03:59 -0500
committerSacha Chua <sacha@sachachua.com>2024-11-16 08:03:59 -0500
commit6044d5f92e4c9545218f59c675b87b1803150894 (patch)
tree2fad6897929fdbbe7117cb1eb6fc883003da7166 /roles
parent2a90f195b6ead01cb8e75b93526f1567af984bf6 (diff)
downloademacsconf-ansible-6044d5f92e4c9545218f59c675b87b1803150894.tar.xz
emacsconf-ansible-6044d5f92e4c9545218f59c675b87b1803150894.zip
remove highlight words from Makefile
Diffstat (limited to '')
-rw-r--r--roles/prerec/templates/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/prerec/templates/Makefile b/roles/prerec/templates/Makefile
index 7e85900..709a069 100644
--- a/roles/prerec/templates/Makefile
+++ b/roles/prerec/templates/Makefile
@@ -14,7 +14,7 @@ PRERECS_FINAL := $(wildcard emacsconf-*--final.webm)
.PHONY: all
-all: reencoded opus normal main $(PRERECS_FINAL)
+all: reencoded opus normal main
reencoded: $(PRERECS_REENCODED)
@@ -56,7 +56,7 @@ emacsconf-%--final.webm: emacsconf-%--main.vtt
mux-subs.sh "$@" "$<"
emacsconf-%--reencoded.vtt: emacsconf-%--reencoded.opus
- whisperx --model large-v2 --align_model WAV2VEC2_ASR_LARGE_LV60K_960H --compute_type int8 --highlight_words True --print_progress True --max_line_width 50 --segment_resolution chunk --max_line_count 1 --language en "$<"
+ whisperx --model large-v2 --align_model WAV2VEC2_ASR_LARGE_LV60K_960H --compute_type int8 --print_progress True --max_line_width 50 --segment_resolution chunk --max_line_count 1 --language en "$<"
show-files:
@echo "Original $(words $(PRERECS_ORIGINAL)):"