From 2cacb40363b6667a0a6dabd736085fff6415ba6b Mon Sep 17 00:00:00 2001 From: Marcel Weschke Date: Sat, 17 Oct 2020 18:02:27 +0200 Subject: [PATCH] Added a ARES_FotoText.txt file to be used for a Text to Speech -> .wav audio file output, which later will be played over a soundbox to inform people around before the photo will get taken by the Raspberry Pi Cam. --- .gitignore | 2 +- src/ARES_FotoText.txt | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 src/ARES_FotoText.txt diff --git a/.gitignore b/.gitignore index 8d8726d..f7a933e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ *~ src/Images/* src/Video/* -ARES_* +ARES_FotoText.wav DESY_logo_.svg \ No newline at end of file diff --git a/src/ARES_FotoText.txt b/src/ARES_FotoText.txt new file mode 100644 index 0000000..01c288e --- /dev/null +++ b/src/ARES_FotoText.txt @@ -0,0 +1,7 @@ +Achtung! +Nach einem Fünf sekündigem Countdown, wird von dem Ahres Tunnelbereich ein Foto geschossen. +5 +4 +3 +2 +1 \ No newline at end of file