aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/stream_command.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stream_command.sh b/src/stream_command.sh
index 351ddd8..97eee4c 100644
--- a/src/stream_command.sh
+++ b/src/stream_command.sh
@@ -12,6 +12,7 @@ if [[ -n "${args['--download']}" ]]; then
--cookies-from-browser "${args[--browser]}" \
--all-subs \
--embed-subs \
+ --af="scaletempo=stride=28:overlap=.9:search=25" \
"${user_agent}" \
"${args[uri]}"
@@ -23,5 +24,6 @@ fi
mpv \
--ytdl-raw-options-append=format='bestvideo[ext=mp4]+bestaudio[ext=m4a]/best' \
--ytdl-raw-options-append=cookies-from-browser="${args[--browser]}" \
+ --af="scaletempo=stride=28:overlap=.9:search=25" \
"${user_agent}" \
"${args[uri]}"