add richardstrauss effect - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 82232bf0be0d43a93a7d7d2b8c6a1266a6300781 | |
parent 852d1a91464caa968a5ad23f098dc68343e3657e | |
Author: Anders Damsgaard <[email protected]> | |
Date: Mon, 26 Dec 2022 18:26:43 +0100 | |
add richardstrauss 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 | |
@@ -901,6 +901,7 @@ case "${text}" in | |
"${ircuser}, please pullmyfinger #"*|\ | |
"${ircuser}, please putin #"*|\ | |
"${ircuser}, please reverse #"*|\ | |
+"${ircuser}, please richardstrauss #"*|\ | |
"${ircuser}, please ritual #"*|\ | |
"${ircuser}, please sadviolin #"*|\ | |
"${ircuser}, please science #"*|\ | |
diff --git a/ffmpeg-effect b/ffmpeg-effect | |
@@ -173,6 +173,8 @@ process_filter() { | |
$ffmpeg_common -i "$2" \ | |
-vf reverse -af areverse \ | |
"$3" </dev/null;; | |
+ richardstrauss) | |
+ mix_audio "${mediadir}/richardstrauss.opus" "$2" "$3";; | |
sadviolin) | |
mix_audio "${mediadir}/sad-violin.opus" "$2" "$3";; | |
science) |