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)
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)