Input from microphone

Implement the Karplus-Strong algorithm in real-time using Python and PyAudio. The output
signal should be played to the speaker/headphone as it is computed. You should use a circular buffer in the implementation.