Analyze a Stream of Audio
This example creates and uses an AudioStream object to dynamically analyze a stream of an audio signal.
Compute the spectrogram of the signal.
Define a function that dynamically computes the current time and the average pitch of the current buffer of the stream.
Display the result dynamically as a point on the spectrogram.