resemble-ai / Resemblyzer

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

Update audio.py to fix numpy Deprecation #87

Closed ajatau closed 8 months ago

ajatau commented 9 months ago

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

PR