Introduction
Introduction Statistics Contact Development Disclaimer Help
add curb effect - annna - Annna the nice friendly bot.
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit 6abcc299c1e8acc1c7f05ecb47e3755b474be524
parent 7e2e75f8fdb6de5e714f28ca0adf9c2607c8e94d
Author: Anders Damsgaard <[email protected]>
Date: Thu, 8 Dec 2022 08:31:56 +0100
add curb 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
@@ -878,6 +878,7 @@ case "${text}" in
"${ircuser}, please celtify #"*|\
"${ircuser}, please concatenate #"*|\
"${ircuser}, please crimetv #"*|\
+"${ircuser}, please curb #"*|\
"${ircuser}, please daybowbow #"*|\
"${ircuser}, please developers #"*|\
"${ircuser}, please dontdoit #"*|\
diff --git a/ffmpeg-effect b/ffmpeg-effect
@@ -135,6 +135,8 @@ process_filter() {
mix_audio "${mediadir}/concatenate.mp3" "$2" "$3";;
crimetv)
mix_audio "${mediadir}/crimetv.opus" "$2" "$3";;
+ curb)
+ mix_audio "${mediadir}/curb.opus" "$2" "$3";;
daybowbow)
replace_audio "${mediadir}/day-bow-bow.ogg" "$2" "$3";;
developers)
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.