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-oh.rsc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sounds/squawk-oh.rsc (limited to 'sounds/squawk-oh.rsc') diff --git a/sounds/squawk-oh.rsc b/sounds/squawk-oh.rsc new file mode 100644 index 0000000..4b4c060 --- /dev/null +++ b/sounds/squawk-oh.rsc @@ -0,0 +1,8 @@ + :for i from=800 to=2000 step=100 do={ + :beep frequency=$i length=11ms; + :delay 11ms; + } + :for i from=2000 to=50 step=-100 do={ + :beep frequency=$i length=11ms; + :delay 11ms; + } -- cgit v1.2.3