Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move audio_resample out of experimental module #4194

Merged

Conversation

jantonguirao
Copy link
Contributor

@jantonguirao jantonguirao commented Aug 25, 2022

Signed-off-by: Joaquin Anton janton@nvidia.com

Category:

Refactoring / Other (deprecation/rename)

Description:

  • It deprecates fn.experimental.audio_resample in favor of fn.audio_resample.
  • The old name is kept for backward compatibility (with a warning)
  • Renamed occurrences of the old operator in tests

Additional information:

Affected modules and functionalities:

audio_resample

Key points relevant for the review:

NA

Tests:

  • Existing tests apply
  • New tests added
    • Python tests
    • GTests
    • Benchmark
    • Other
  • N/A

Checklist

Documentation

  • Existing documentation applies
  • Documentation updated
    • Docstring
    • Doxygen
    • RST
    • Jupyter
    • Other
  • N/A

DALI team only

Requirements

  • Implements new requirements
  • Affects existing requirements
  • N/A

REQ IDs: N/A

JIRA TASK: N/A

Signed-off-by: Joaquin Anton <janton@nvidia.com>
@@ -96,6 +96,17 @@ type. Example::
)",
nullptr, false);

// Deprecated alias
DALI_SCHEMA(experimental__AudioResample)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note to reviewers: Please look at the rendered documentation too, when available

@jantonguirao
Copy link
Contributor Author

!build

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [5743303]: BUILD STARTED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [5743303]: BUILD FAILED

Signed-off-by: Joaquin Anton <janton@nvidia.com>
@jantonguirao
Copy link
Contributor Author

!build

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [5744482]: BUILD STARTED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [5744482]: BUILD PASSED

dali/operators/audio/resample.cc Show resolved Hide resolved
dali/operators/audio/resample.cc Outdated Show resolved Hide resolved
Signed-off-by: Joaquin Anton <janton@nvidia.com>
@jantonguirao
Copy link
Contributor Author

!build

Signed-off-by: Joaquin Anton <janton@nvidia.com>
@dali-automaton
Copy link
Collaborator

CI MESSAGE: [5754688]: BUILD STARTED

Signed-off-by: Joaquin Anton <janton@nvidia.com>
@jantonguirao
Copy link
Contributor Author

!build

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [5754763]: BUILD STARTED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [5754763]: BUILD PASSED

@jantonguirao jantonguirao merged commit ac15cd8 into NVIDIA:main Aug 26, 2022
Copy link
Contributor

@prak-nv prak-nv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants