Transcribe sounds with artificial intelligence
Developed by OpenAI, Whisper is a speech recognition model trained by large-scale weak supervision learning method. It offers high accuracy rates in converting and translating multilingual audio data into text.
Updates
- August 2, 2026: Stars 101,952 → 106,452, latest release v20250625 (June 26, 2025).
What you get
- Convert audio files to text with high accuracy.
- Translating conversations from different languages into English.
- Language identification and speech activity detection in audio content.
Installation
sudo apt update && sudo apt install ffmpegpip install setuptools-rustpip install openai-whisperRunning it
whisper audio.flac --model turboIf you don't write code
I want to convert my audio file into text using the Whisper tool. I made the necessary installations on my system. What is the basic command structure I need to type in the terminal to translate the content of my audio file into text, and how should I use the language specification parameter for audio files in different languages?
Related dictionary terms
Links
TreScout did not build this tool · we found it in GitHub trends and wrote it up. This page describes the repository as of 2026-06-07: The star count and our text belong to that day, the repository may have changed since. Check the repository link for the current state. This page was machine-translated from the Turkish original · the Turkish version prevails.