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

playSine()
audioOut()