How can I estimate the pitch of audio that I am currently recording in python?

127 Views Asked by At

I believe a lot of the libraries I have looked into require loading an audio file. Is this possible to do with audio that is being recorded live? If so, what library should I use?

1

There are 1 best solutions below

0
maxymoo On

according to the first result when i google "python audio processing"

you can do real-time audio input/output using PyAudio. PyAudio is a wrapper around PortAudio and provides cross platform audio recording/playback in a nice, pythonic way