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