5 self
.music
= pySonic
.Source()
10 return self
.music
.IsPlaying()
12 def play(self
, name
=None):
20 self
.music
.Sound
= pySonic
.FileStream(name
)
37 def time(self
, what
=0):
39 secs
= int(self
.music
.CurrentTime
)
40 tim
= time
.localtime(secs
)
47 return min + ':' + sec