#75 · Primary category: Speech & Audio
WhisperJAV
ASR/STT subtitle generator. Uses Qwen3-ASR, local LLM, Whisper, TEN-VAD. Noise-robust for JAV
Project last updated:08/22/26
GitHub Stars
2.2K
Forks
183
Contributors
3
License
MIT
Why we included this project
WhisperJAV tackles a specific, nasty problem: making speech-to-text work on Japanese adult video, where generic ASR models stumble badly. The audio is long and noisy, full of whispers, gasps, and theatrical vocalizations that fool standard Whisper into transcribing nonsense. The project bundles several backends, including Faster-Whisper, OpenAI Whisper, Qwen3-ASR, and anime-tuned variants, behind a common pipeline that adds scene segmentation, voice-activity detection, and hallucination filtering before emitting timestamped subtitles. It ships both a GUI and a CLI, and the decoupled ChronosJAV pipeline accepts any model that converts audio to text. If you have fought vanilla Whisper over Japanese dialogue, this is concrete engineering around the failure modes, not a thin wrapper.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
whisper.cpp
Port of OpenAI's Whisper model in C/C++
Real-Time-Voice-Cloning
Clone a voice in 5 seconds to generate arbitrary speech in real-time
VibeVoice
Open-Source Frontier Voice AI
voicebox
The open-source AI voice studio. Clone, dictate, create.
TTS
🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production