Very cool project by Jo Francetti in which she created a live captioning service.
She uses a webpage on a phone to capture her speech β using getUserMedia()
β which she then sends over to Azure Cognitive Services’ βSpeech to Textβ Service to get back the text. The text eventually ends up on the flexible LED display.
Making a wearable live caption display using Azure Cognitive Services and Ably Realtime →
π‘ This looks like a perfect use case for the Web Speech API. Unfortunately that API is Chrome only right now β¦