[AWS][Transcribe] Adding fix for validating Audio length#12450
[AWS][Transcribe] Adding fix for validating Audio length#12450k-a-il merged 9 commits intolocalstack:masterfrom
Conversation
|
All contributors have signed the CLA ✍️ ✅ |
localstack-bot
left a comment
There was a problem hiding this comment.
Welcome to LocalStack! Thanks for raising your first Pull Request and landing in your contributions. Our team will reach out with any reviews or feedbacks that we have shortly. We recommend joining our Slack Community and share your PR on the #community channel to share your contributions with us. Please make sure you are following our contributing guidelines and our Code of Conduct.
|
I have read the CLA Document and I hereby sign the CLA |
187477a to
c985136
Compare
c985136 to
eddcdb9
Compare
sannya-singal
left a comment
There was a problem hiding this comment.
Thanks @brunodmartins for working on this issue 🚀 I have suggested some changes and proposed to add an AWS validated test. Let me know if you would like more assistance on this 🙂 Happy to help!
97b9190 to
f799d98
Compare
|
@sannya-singal Thanks for your help! I could write down the required snapshots tests and validate it against AWS! Could you review it again? I detected a problem on running the tests on my Macbook, which failed to exec the required ffmpeg programs to validate the transcribe tests. I succeeded it running it on an old Linux machine. I will investigate it further and open an Issue and a PR =) |
k-a-il
left a comment
There was a problem hiding this comment.
Hi @brunodmartins, I’m handling this PR for @sannya-singal while she is away.
Thank you for implementing this and addressing @sannya-singal 's comments 🚀 🎉 I have added two smaller comments. Let me know if any help is needed
The changes Sannya requested have been addressed, and while she is OOO we can merge the PR
bentsku
left a comment
There was a problem hiding this comment.
LGTM! Thanks for adding this parity improvement while taking advantage of the fact we already had that data available to us. 😄 welcome to the contributors of LocalStack!
k-a-il
left a comment
There was a problem hiding this comment.
@brunodmartins, great work on the PR! we are ready to merge 🚀
|
Thanks for the help! I will look forward on another contributions on this repo =) |
Motivation
Closes #12423.
Changes
In case the audio file has more than 4 hours, it will accept the job execution, but fails upon trying to process.
Testing