Skip to main content

Whisper Model

Whisper is OpenAI’s robust speech recognition and transcription model. With InferX, you can run Whisper on any device using the same API - from edge devices to powerful servers.

Features

  • Universal Speech Recognition: Transcribe audio in multiple languages
  • Real-time Processing: Optimized for live audio streams
  • Cross-Platform: Same code works on Jetson, GPU, or CPU
  • Multiple Languages: Support for 99+ languages
  • Noise Robust: Works well with noisy audio

Installation

Whisper is included with InferX:

Basic Usage

Advanced Usage

Real-time Audio Processing

Batch Processing

Language-Specific Transcription

Performance

InferX optimizes Whisper for your hardware: Real-time factor: 0.3x means 1 minute of audio processes in ~18 seconds

Response Format

Supported Audio Formats

  • WAV: Uncompressed audio (recommended)
  • MP3: MPEG audio
  • M4A: AAC audio
  • FLAC: Lossless audio
  • OGG: Ogg Vorbis

Example Applications

Meeting Transcription

Voice Commands

Hardware Detection

Next Steps