-
Notifications
You must be signed in to change notification settings - Fork 621
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
Extract librosa effects trim to DALI, to avoid breaking changes with newer versions #5568
Extract librosa effects trim to DALI, to avoid breaking changes with newer versions #5568
Conversation
length += frame_length - 1 | ||
start = start - frame_length // 2 | ||
|
||
return (start, length) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing new line - won't the linter/black protest?
53c7bf2
to
fe2cf6e
Compare
CI MESSAGE: [16711102]: BUILD STARTED |
CI MESSAGE: [16711287]: BUILD STARTED |
CI MESSAGE: [16711287]: BUILD FAILED |
222fe1b
to
7c0e73b
Compare
CI MESSAGE: [16714202]: BUILD STARTED |
CI MESSAGE: [16714202]: BUILD FAILED |
CI MESSAGE: [16732963]: BUILD STARTED |
CI MESSAGE: [16732963]: BUILD FAILED |
CI MESSAGE: [16739311]: BUILD STARTED |
…newer versions Signed-off-by: Joaquin Anton <janton@nvidia.com>
Signed-off-by: Joaquin Anton <janton@nvidia.com>
Signed-off-by: Joaquin Anton <janton@nvidia.com>
Signed-off-by: Joaquin Anton <janton@nvidia.com>
Signed-off-by: Joaquin Anton <janton@nvidia.com>
b2066d3
to
383a996
Compare
CI MESSAGE: [16739311]: BUILD PASSED |
Category:
Other : Tests
Description:
Additional information:
Affected modules and functionalities:
Tests
Key points relevant for the review:
Tests:
Checklist
Documentation
DALI team only
Requirements
REQ IDs: N/A
JIRA TASK: N/A