Introduction
Introduction Statistics Contact Development Disclaimer Help
add amplify filter - annna - Annna the nice friendly bot.
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit e90ff6fcc29133db4b94c7e0180ccf9727d8b8c3
parent cca6be7ddfa427320f944c7d5242ad40b3fcff3a
Author: Anders Damsgaard <[email protected]>
Date: Mon, 29 Nov 2021 18:31:18 +0100
add amplify filter
Signed-off-by: Annna Robert-Houdin <[email protected]>
Diffstat:
M annna-message-common | 1 +
M ffmpeg-effect | 2 ++
2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/annna-message-common b/annna-message-common
@@ -781,6 +781,7 @@ case "${text}" in
annna-say -c "${channel}" "${user}, I think ${pick} is the best option…
;;
"${botname}, please antidepressant #"*|\
+"${botname}, please amplify #"*|\
"${botname}, please amsterdamify #"*|\
"${botname}, please banjo #"*|\
"${botname}, please bounce #"*|\
diff --git a/ffmpeg-effect b/ffmpeg-effect
@@ -73,6 +73,8 @@ process_filter() {
fi
case "$1" in
+ amplify)
+ $ffmpeg_common -i "$2" -filter:a "volume=10" "$3";;
banjo)
replace_audio "${mediadir}/banjo.mp3" "$2" "$3";;
bounce)
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.