Hi, On 6 December 2011 12:39, André Hilbig <[email protected]> wrote:
> A special library would > be nice, that can access the soundcard and measure the time difference > between two signals in realtime. > > This seems apropriate: http://stackoverflow.com/questions/1936828/how-get-sound-input-from-microphone-in-python-and-process-it-on-the-fly Short URL: http://is.gd/uCMV37 It suggests PyAudio (Windows) and PyALSAAudio (Linux) and provides an example script for Linux using PyALSAAudio and I surmise you should be able to do what you want with it. Walter
_______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor
