Uh oh!
There was an error while loading. Please reload this page.
Replaced resample function by new implementation (2) - #1412
Conversation
AlexFuster
commented
May 10, 2021
I don't get it, I run |
@AlexFuster if you have black installed, can you just run |
AlexFuster
commented
May 11, 2021
done |
The tests seem to be taking too long. At least in macOS and linux |
yongtang
commented
May 11, 2021
@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. |
AlexFuster
commented
May 12, 2021
ok, here we go again |
AlexFuster
commented
May 12, 2021
Oh yeah, I forgot to mention It does just support floating point audios. Is this a problem? |
yongtang
commented
May 12, 2021
@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. |
yongtang
commented
May 12, 2021
@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. |
AlexFuster
commented
May 12, 2021
I don't think the error comes from any of those 3 problems. It is just |
yongtang
commented
May 12, 2021
With |
AlexFuster
commented
May 13, 2021
Why would you want a tensor with a shape other than () being passed as |
yongtang
commented
May 14, 2021
|
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. |
AlexFuster
commented
Jun 11, 2021
@googlebot I fixed it. |
ok, definitely the problem is in |
#1392