How to Solve NameError: name 'WavInfoReader' is not defined -- wavinfo
Solution: Import the 'WavInfoReader' module
To Solve the error, add the following line to the top of your code.
from wavinfo import WavInfoReader
For more information:
Python wavinfo WavInfoReader