git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/sounds/squawk-coo.rsc
diff options
context:
space:
mode:
Diffstat (limited to 'sounds/squawk-coo.rsc')
-rw-r--r--sounds/squawk-coo.rsc6
1 files changed, 6 insertions, 0 deletions
diff --git a/sounds/squawk-coo.rsc b/sounds/squawk-coo.rsc
new file mode 100644
index 0000000..5107e4c
--- /dev/null
+++ b/sounds/squawk-coo.rsc
@@ -0,0 +1,6 @@
+ :for i from=0 to=150 step=10 do={
+ :beep frequency=(1295 - i) length=22ms;
+ :delay 22ms;
+ :beep frequency=(1095 + i) length=22ms;
+ :delay 22ms;
+ }