Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/sound
diff options
context:
space:
mode:
Diffstat (limited to 'data/sound')
-rw-r--r--data/sound/playSine2
-rw-r--r--data/sound/playWave2
2 files changed, 2 insertions, 2 deletions
diff --git a/data/sound/playSine b/data/sound/playSine
index 159b84b..216b4aa 100644
--- a/data/sound/playSine
+++ b/data/sound/playSine
@@ -2,4 +2,4 @@ import pippy
pippy.sound.playSine(pitch=1000, amplitude=5000)
pippy.sound.audioOut()
-
+
diff --git a/data/sound/playWave b/data/sound/playWave
index 503b475..819ad4f 100644
--- a/data/sound/playWave
+++ b/data/sound/playWave
@@ -2,4 +2,4 @@ import pippy
pippy.sound.playWave(sound='didjeridu', loop=True, duration=5)
pippy.sound.audioOut()
-
+