Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--data/sound/playSine2
-rw-r--r--data/sound/sndInfo2
2 files changed, 1 insertions, 3 deletions
diff --git a/data/sound/playSine b/data/sound/playSine
index b68746c..159b84b 100644
--- a/data/sound/playSine
+++ b/data/sound/playSine
@@ -1,5 +1,5 @@
import pippy
-pippy.sound.playSine()
+pippy.sound.playSine(pitch=1000, amplitude=5000)
pippy.sound.audioOut()
diff --git a/data/sound/sndInfo b/data/sound/sndInfo
deleted file mode 100644
index 7767245..0000000
--- a/data/sound/sndInfo
+++ /dev/null
@@ -1,2 +0,0 @@
-import pippy
-help(pippy.sound.playSine)