aneeshv12 / Language-Translator

2 stars 0 forks source link

What to do (really generic plan) #2

Open aneeshv12 opened 5 years ago

aneeshv12 commented 5 years ago

Front-End:

Back-End:

kelseyhuse30 commented 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.