Skip to content

Release v1.0.0

Choose a tag to compare

@github-actions github-actions released this 19 Aug 06:41
· 5 commits to main since this release
7612380
  • Added: support multiple model inputs
    when calling audonnx.Model
    by allowing to pass them as a dictionary
  • Added: support for multiple transform inputs
    when calling audonnx.Function
    by allowing to pass them as a dictionary
  • Changed: renamed first positional argument of
    audonnx.Model.__call__()
    from signal
    to inputs
  • Changed: set default value of None
    for sampling_rate,
    the second positional argument of
    audonnx.Model.__call__()
  • Changed: renamed first positional argument of
    audonnx.Function.__call__()
    from signal
    to inputs