hello
I am writing the following line to format the hour, but is not working. appreciate if anyone can help me.
sound = audio.Sound.open(filename)
sound.play(callback = sound_callback)
duracao = time.strftime("%M:%S",time.localtime(sound.duration()))
print duracao


Reply With Quote


