Switch to whisper-small.en-mlx model

This commit is contained in:
Adolfo Reyna
2026-02-26 20:59:57 -05:00
parent d1fa1ffb15
commit 3ce95633fc

View File

@@ -7,7 +7,7 @@ import torch
from silero_vad import load_silero_vad, get_speech_timestamps from silero_vad import load_silero_vad, get_speech_timestamps
# Parameters # Parameters
MODEL_PATH = "mlx-community/whisper-tiny.en-mlx" # MLX optimized model MODEL_PATH = "mlx-community/whisper-small.en-mlx" # MLX optimized small model
CHANNELS = 1 CHANNELS = 1
SAMPLERATE = 16000 SAMPLERATE = 16000
BLOCK_SIZE = 512 # Silero VAD prefers 512, 1024, or 1536 BLOCK_SIZE = 512 # Silero VAD prefers 512, 1024, or 1536