alexis_speech_assistant
alexis_speech_assistant copied to clipboard
Recording
It says recording again n again how to remove that function
Hi, I things that if you're running the file asis.py you've to remove the word "Recording" from line 259.
The line needs to be changed from voice_data = record_audio("Recording")
to voice_data = record_audio()
.
Let me know if fixed it