Azzera filtri
Azzera filtri

Identify the words from the audio of a video file

1 visualizzazione (ultimi 30 giorni)
is it possible to identify the words from the audio of a video file and save it in a text file.

Risposta accettata

Walter Roberson
Walter Roberson il 30 Nov 2016
The Computer Vision Toolbox vision.VideoFileReader can specifically handle reading video and audio at the same time. It sounds as if you do not need the video; you might be able to read the audio using audioread(), but AVI is not certain to be supported for that.
Once you have the audio extracted from the file, you are dealing with Speech To Text; http://www.mathworks.com/matlabcentral/answers/?term=tag%3A%22speech+to+text%22

Più risposte (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by