From cf0994be786c1653056c8a54c1dd3aed16d53dc0 Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Fri, 24 Jun 2022 11:32:42 +0200 Subject: InComm --- sounds/squawk-phone-f.rsc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sounds/squawk-phone-f.rsc (limited to 'sounds/squawk-phone-f.rsc') diff --git a/sounds/squawk-phone-f.rsc b/sounds/squawk-phone-f.rsc new file mode 100644 index 0000000..05ec889 --- /dev/null +++ b/sounds/squawk-phone-f.rsc @@ -0,0 +1,8 @@ +:local phone [:parse ":for i from=1 to=10 step=1 do={:beep frequency=1195 length=22ms;:delay 22ms;:beep frequency=2571 length=22ms;:delay 22ms;}"]; +:for i from=1 to=4 do={ + $phone; + :delay 400ms; + $phone; + :delay 2000ms; +} + -- cgit v1.2.3