/plushcap/analysis/deepgram/flutter-speech-to-text-tutorial

Converting Speech to Text in Flutter Applications

What's this blog post about?

In this tutorial, learn how to transcribe messages in real-time using Flutter applications and Deepgram's Speech Recognition API. The audio is converted into data and live-streamed over WebSocket to Deepgram's servers, which then transcribe the audio and return it in JSON format back through the WebSocket. To set up this application, you will need a Deepgram API Key and follow instructions for installing Flutter onto your machine. The tutorial guides you through adding device-specific permissions, creating a user interface with three components (text area, start button, stop button), handling text state, installing dependencies, and handling audio input. Finally, test the application by running flutter run on your mobile device.

Company
Deepgram

Date published
April 11, 2022

Author(s)
Greg Holmes

Word count
1575

Hacker News points
None found.

Language
English


By Matt Makai. 2021-2024.