Posted August 14, 2025 by Cyber Apps
Hello everyone! This is a massive update for Synthalingua that combines several major releases into one. These changes introduce powerful new features, dramatically improve performance and hardware support, and make the initial setup process smoother than ever. Read on for the full details!
--model_source
): You can now choose from three different transcription engines to get the best performance on your specific hardware!
whisper
: The original, reliable OpenAI model. A great baseline for compatibility.faster-whisper
: The new recommended default! This is a complete re-implementation that is up to 4 times faster and uses half the VRAM with the same accuracy. Perfect for NVIDIA users or anyone needing a speed boost.openvino
: A game-changer for Intel users! This backend is optimized for Intel hardware, unlocking the full potential of your device.--device
flag with new options like intel-igpu
(integrated GPUs), intel-dgpu
(discrete GPUs like Intel Arc), and intel-npu
(the new Neural Processing Units in Core Ultra processors for super-efficient AI).--compute_type
): You can now run the larger, more accurate models even on hardware with limited VRAM! Quantization reduces the model's memory footprint and increases speed, making high-quality transcription more accessible to everyone.--intelligent_mode
): When generating subtitles with --makecaptions
, this new mode will automatically detect if the transcription quality is low or if the AI is repeating itself. If it is, Synthalingua will automatically retry that specific audio segment with a larger, more powerful model until the result is perfect. This ensures the best possible accuracy without any manual effort.SourceSetUp.py
): For users running from source, a powerful new setup script has been introduced. It can automatically download and install the correct version of Python in an isolated way (so it won't mess with your other projects!), create the virtual environment, install all dependencies, and even download FFmpeg and yt-dlp for you.--help
): We've rewritten the help descriptions for almost all commands to be more detailed and user-friendly, with clear examples and recommendations to help you get the best results.--intelligent_mode
command-line flag, making it easier to use in automated scripts.--isolate_vocals
feature much more stable and easier to use.models/Whisper/
subdirectory. This is a one-time process to help existing users adapt to the new structure without any hassle.Thank you for your continued support and feedback. These updates have made Synthalingua more powerful, stable, and accessible than ever before!