diff options
Diffstat (limited to 'sounds/squawk-oh.rsc')
-rw-r--r-- | sounds/squawk-oh.rsc | 8 |
1 files changed, 8 insertions, 0 deletions
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; + } |