search for: time_tel

Displaying 1 result from an estimated 1 matches for "time_tel".

Did you mean: time_el
2002 Nov 03
0
python bindings and ao lockup
...print "Vorbis File Object Created" dev = ao.AudioDevice(ao.driver_id('esd')) print "Entering the While Loop to actually play song" while self.playing == TRUE: (buff, bytes, bit) = vf.read(4096) data = int(vf.time_tell()),int(vf.time_total(0)) output.append(data) if bytes == 0: break dev.play(buff, bytes) self.playing = FALSE The propblem only occures when starting a second song, but not every time, it might play 30 or it mi...