--------------------------
* Added: ``audmath.rms()``
to calculate root mean square of signal
* Added: ``audmath.db()``
to convert from amplitude to decibel
* Added: ``audmath.invert_db()``
to convert from decibel to amplitude
* Added: ``audmath.window()``
to provide different kind
of (half-)windows
* Added: support for Python 3.10