Open aneeshv12 opened 5 years ago
My initial thoughts and some resources:
Here's an article explaining how to capture audio from HTML5
Here's one that details streaming to a file
I believe we could stream data as a blob to a Firebase Storage URL
I'm guessing we want a stream so that we can also translate in near real-time. If that's too complicated to start, we could gather the entire recording, save, transfer to cloud, then wait for response.
Front-End:
Back-End: