-
Notifications
You must be signed in to change notification settings - Fork 286
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
Replaced resample function by new implementation (2) #1412
base: master
Are you sure you want to change the base?
Conversation
I don't get it, I run |
@AlexFuster if you have black installed, can you just run |
done |
The tests seem to be taking too long. At least in macOS and linux |
@AlexFuster Can you rebase the PR with the latest master branch? We recently made some enhancement on testing which I think will resolve some issues shown in GitHub Actions CI. |
ok, here we go again |
Oh yeah, I forgot to mention It does just support floating point audios. Is this a problem? |
@AlexFuster The existing implementation support both int16 and float32. Though I think it will not be too difficult to add int16 support by casting to float32 and back. |
@AlexFuster The test failures are legitimate. The reason being
You may want to take a look at the test failures and see if some change is needed. I will also take a look. |
I don't think the error comes from any of those 3 problems. It is just |
With |
Why would you want a tensor with a shape other than () being passed as |
|
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. ℹ️ Googlers: Go here for more info. |
@googlebot I fixed it. |
ok, definitely the problem is in |
#1392