bradtraversy/alexis_speech_assistant

Recording

Opened this issue · 1 comments

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