Searched refs:audio_length (Results 1 – 2 of 2) sorted by relevance
53 audio_length = time.time() - start_time62 logging.info('Time taken - %s: %f', name, audio_length)63 if audio_length < min_time:65 '%s audio was only %f seconds long!' % (name, audio_length))
241 for (size_t audio_length = 0; audio_length < 1000; audio_length += 10) { in Run() local