Relative Content

Tag Archive for flutterspeech-to-textvideo-playertranscription

How to transcribe the audio of a video file in Flutter?

I’m building a Flutter app that allows users to upload a video file and generate a text transcript of the audio. I’ve implemented the code to pick a video file from the gallery and display it using the video_player package. However, when I try to start the transcription using the speech_to_text package, it starts recording the user’s audio input instead of transcribing the audio from the video file.