Skip to content

Release v1.1.0

Choose a tag to compare

@github-actions github-actions released this 02 Dec 08:41
480e345
  • 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