vardanagarwal / Proctoring-AI

Creating a software for automatic monitoring in online proctoring
MIT License
544 stars 329 forks source link

Audio code error #21

Closed Praveen-Nerhethil closed 3 years ago

Praveen-Nerhethil commented 3 years ago

Traceback (most recent call last): File "audio_part.py", line 84, in convert(i); File "audio_part.py", line 37, in convert with sr.AudioFilesound as source: AttributeError: module 'speech_recognition' has no attribute 'AudioFilesound'

vardanagarwal commented 3 years ago

The problem has to be with your installation as it is an inbuilt library. The version I used of speech_recognition library is 3.6.3, so if your installation is correct you can maybe try with this version.