Atul-Anand-Jha / Speaker-Identification-Python

Speaker Identification System (upto 100% accuracy); built using Python 2.7 and python_speech_features library
GNU Lesser General Public License v3.0
207 stars 75 forks source link

Streaming/microphone #15

Closed abdvlz closed 4 years ago

abdvlz commented 5 years ago

Good day Sir

I just have an inquiry whether if the program could be modified to receive the input audio from the microphone??

Is the mfcc able to accept that ot any alternative function?

Thanks a lot.

875325155 commented 5 years ago

you can use pyaudio to receive the input audio from the microphone

Atul-Anand-Jha commented 4 years ago

Yes, you can for sure.

USe pyaudio and its dependencies to stream audio to the model. Make a server for the model, which processes and outputs result on audio input.