resemble-ai / Resemblyzer

A python package to analyze and compare voices with deep learning
Apache License 2.0
2.79k stars 429 forks source link

Update audio.py to fix numpy Deprecation #87

Closed ajatau closed 1 year ago

ajatau commented 1 year ago

AttributeError: module 'numpy' has no attribute 'bool'. has been fixed using bool_

PR