Skip to content

Term Archive

Audio

Entries connected to "Audio", gathered in one place for quick browsing.

Entries 3
Categories 25
Tags 203

Collection filter

Refine this page

Narrow the entries already loaded here by title, summary, category, or tag.

3 entries shown

OpenAI Whisper Speech Recognition Guide

Whisper is a general-purpose speech recognition model. It is trained on a large dataset of diverse audio and is also a multi-task model that can perform multilingual speech recognition as well as speech translation and language identification. GitHub Repository Installation pip install git+https://github.com/openai/whisper.git Fix CUDA not detecting GPU Whisper will default to the CPU if a GPU is not detected, which is considerably slower. pip uninstall torch pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116 Example usage # Transcribe whisper input.mp3 --model medium.en --language en --task transcribe # Translate whisper japanese.wav --model large --language Japanese --task translate Available models and languages There are five model sizes, four with English-only versions, offering speed and accuracy tradeoffs. Below are the names of the available models and their approximate memory requirements and relative speed.

OpenAI Whisper Speech Recognition Guide

Recently Created

Latest entries created

The 10 most recently created entries, sorted by each entry's publish date.

  1. OpenAI Whisper Speech Recognition Guide Feb 24, 2023
  2. NVIDIA Maxine Windows Audio Effects SDK Apr 20, 2022
  3. FFmpeg Command Reference Jan 27, 2022

Recently Updated

Latest revisions across entries

The 10 most recently updated entries, sorted by each entry's last modification date.

  1. FFmpeg Command Reference Jan 28, 2026
  2. OpenAI Whisper Speech Recognition Guide Dec 12, 2025
  3. NVIDIA Maxine Windows Audio Effects SDK Dec 11, 2025

Relationship Map

Memory Field

Use the relationship map to follow related categories, tags, and entries beyond the current list.

Categories 0
Tags 0
Entries 0