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

Add a new output for num audio frames #895

Merged
merged 2 commits into from
Feb 26, 2025

Conversation

baijumeswani
Copy link
Contributor

No description provided.

@baijumeswani baijumeswani requested a review from a team as a code owner February 26, 2025 09:03
Copy link
Contributor

@sayanshaw24 sayanshaw24 left a comment

Choose a reason for hiding this comment

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

Thanks so much for adding this!

Looks mostly good, just in https://github.com/microsoft/onnxruntime-extensions/blob/main/test/pp_api_test/test_feature_extraction.cc, lines 68 and 103 need to be changed from ASSERT_EQ(num_dims, 1); to ASSERT_EQ(num_dims, 2); to reflect the added output and fix the C++ unit test failures I believe.

@baijumeswani baijumeswani merged commit e441b40 into main Feb 26, 2025
46 checks passed
@baijumeswani baijumeswani deleted the baijumeswani/num-audio-frames branch February 26, 2025 19:00
@baijumeswani
Copy link
Contributor Author

Thanks for the review. :)

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.

3 participants