Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/sound/playWave
blob: 27605bd5db5cec5f9f58eae09e1a908296d576b8 (plain)
1
2
3
4
5
6
7
8
import sys
from sugar.activity.activity import get_bundle_path
sys.path.append(get_bundle_path() + '/sound')
from sound import *

playWave(sound='didjeridu', loop=True, duration=5)
audioOut()