Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/sound/playWave
blob: 471ca31efca6e86ad6926f711f26231a9df10908 (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 snd import *

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