Introduction
Introduction Statistics Contact Development Disclaimer Help
add sadviolin effect - annna - Annna the nice friendly bot.
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit c52fc15b34bc3178988fcfcac9c48127b3cca074
parent b81090a63d736749f15ceb6881f2f2b8b8dfb0b6
Author: Anders Damsgaard <[email protected]>
Date: Sat, 26 Nov 2022 10:51:04 +0100
add sadviolin effect
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
@@ -885,6 +885,7 @@ case "${text}" in
"${ircuser}, please putin #"*|\
"${ircuser}, please reverse #"*|\
"${ircuser}, please ritual #"*|\
+"${ircuser}, please sadviolin #"*|\
"${ircuser}, please science #"*|\
"${ircuser}, please scrollify #"*|\
"${ircuser}, please sendtohell #"*|\
diff --git a/ffmpeg-effect b/ffmpeg-effect
@@ -169,6 +169,8 @@ process_filter() {
$ffmpeg_common -i "$2" \
-vf reverse -af areverse \
"$3" </dev/null;;
+ sadviolin)
+ mix_audio "${mediadir}/sad-violin.opus" "$2" "$3";;
science)
replace_audio "${mediadir}/accelerating-science.mp3" "$2" "$3"…
scrollify)
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.