In this lab you take audio from the client's microphone and stream it to a Java servlet. The Java servlet passes the data to the Cloud Speech API, which then streams transcriptions back to the servlet.
Overview
Syllabus
- GSP125
- Overview
- Setup and requirements
- Task 1. Create a virtual machine
- Task 2. Download and set up a working example
- Task 3. Start the HTTPS Java Servlet
- Task 4. Capture audio on a webpage
- Task 5. Stream audio from client to server
- Task 6. Transcribe voice to text
- Task 7. Test your understanding
- Congratulations!