I was wondering, what is the best way to have a python program listen to a stream of audio and wait for a certain frequency, for example, 60 Hz, and then record that stream?
[EDIT] I'm referring to basically just having the program listen for a certain frequency that when it hears it, it does something.