Replaces censored YouTube auto-generated captions with swears using two options:
- Context Rules — uses deterministic regex replacements based on subtitle context (fast but lower accuracy)
- Audio Inference — uses a local mini whisper model to predict the censored words (slow but higher accuracy)
Useful for watching videos on mute or for deaf people.