hajicj / HAMR_2016

HAMR 2016 hack repo
MIT License
2 stars 1 forks source link

Send audio from client machine to server. #5

Closed hajicj closed 8 years ago

hajicj commented 8 years ago

Currently, we rely on the server running on the same machine. We need to decouple this and send the audio file to the server properly.

hajicj commented 8 years ago

Who calls Google's ASR API: client, or server?

Calling the Google voice API from the client means sending credentials from the server to the client, which we decided is bad practice. So, the client sends the audio to the server.

hajicj commented 8 years ago

Progress:

Writing a post requirement to send the audio blob. @mbuccoli Can you record it more accurately here?

mbuccoli commented 8 years ago

Made the modification