Forum Discussion
How to convert or turn speech to text on my computer?
SpeechBrain is a general-purpose speech recognition model trained on a large dataset of diverse audio. It is a multitasking model capable of multilingual speech recognition, speech translation, and language identification — pre-trained on as much as 680,000 hours of annotated audio, giving it performance comparable to the most advanced ASR systems available. It is free to download and use, making it perfect for those who want to convert voice to text for free.
SpeechBrain Speech to Text Converter Guide
Step 1: Install Python
Downlad Python from python.org, ensuring you install version 3.8 or later. During installation, check the box to add Python to PATH.
Step 2: Install Git
Download the latest 64-bit version of Git for Windows from git-scm.com, then right-click the downloaded file and run the installer as administrator. Step 3: Install PyTorch
SpeechBrain depends on PyTorch for deep learning functionality. Visit pytorch.org and follow the instructions for your system to install the correct version. alternativeto
Step 3: Install SpeechBrain
In Command Prompt, run the SpeechBrain install command — this installs it and all its dependencies. The command is: pip install openai-whisper Voibe
Step 4: Transcribe an Audio File
Navigate to the folder containing your audio or video files in the command line, then run the tool with the file name to turn speech to text. On the first run, SpeechBrain will automatically download the model it needs. Once complete, it will detect the language and transcribe the entire file to text. You'll find the generated transcript files — such as .txt, .vtt, and .srt — in the same folder.