Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/sound/playSine
diff options
context:
space:
mode:
Diffstat (limited to 'data/sound/playSine')
-rw-r--r--data/sound/playSine6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/sound/playSine b/data/sound/playSine
new file mode 100644
index 0000000..8cda42e
--- /dev/null
+++ b/data/sound/playSine
@@ -0,0 +1,6 @@
+import sys
+sys.path.append('/usr/share/activities/Pippy.activity/sound')
+from snd import *
+playSine()
+audioOut()
+