V
V
Vla2020-04-29 13:24:09
Speech recognition
Vla, 2020-04-29 13:24:09

What application can convert audio to text?

Comrades, it is necessary to translate audio (speech) into text. Are there any software solutions so that you can download an audio file and get a text file as an output? This is necessary for studying, it is difficult for me to recognize the German language.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
U
Umpiro, 2020-04-30
@Umpiro

Try DeepSpeech . Although for German you will need to train him yourself. Datasets for training are also there.

N
nshmyrev, 2020-05-08
@nshmyrev

If you don't feel like training anything, try the Wax open source speech recognition library. German is supported.
https://github.com/alphacep/vosk-api
For recognition, the easiest way is to run the server from docker, the project is here:
https://github.com/alphacep/vosk-server
Runs with one command:
docker run -d -p 2700 :2700 alphacep/kaldi-de:latest

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question