https://github.com/ggerganov/whisper.cpp
bin/up
List of models https://github.com/ggerganov/whisper.cpp/blob/master/models/README.md
bin/download_model base.en
ggml-base.en.bin need to change in command if you will download another language model
bin/whisper -m /app/models/local/ggml-base.en.bin /audios/simpleTextMessage.wav -oj -of /app/result/file
result will be in /result/file.json