readbeyond / aeneas

aeneas is a Python/C library and a set of tools to automagically synchronize audio and text (aka forced alignment)
http://www.readbeyond.it/aeneas/
GNU Affero General Public License v3.0
2.53k stars 233 forks source link

Deprecation Warning with python3.8 #264

Open lowki opened 3 years ago

lowki commented 3 years ago

Using this package with python 3.8 raises a deprecation warning site-packages/aeneas/wavfile.py:78: DeprecationWarning: The binary mode of fromstring is deprecated, as it behaves surprisingly on unicode inputs. Use frombuffer instead data = numpy.fromstring(fid.read(size), dtype=dtype)