General Update 1.2.4 - Few Fixes and Webplayer update #182
Pinned
cyberofficial
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Synthalingua 1.2.4
This update brings a massive overhaul to the Web Player, a major bug fix for YouTube live streams, and several quality-of-life improvements!
Pick up the portable version on itch!
Synthalingua v1.2.4
Changes:
--checkupdatecommand-line argument to display the current version.Changes Explained:
player.html,player_script.js): The player page has been completely redesigned with a modern, dark-themed UI. It now features an animated background and a settings modal for a more professional user experience.player.html,player_script.js): Users can now click a settings icon on the player page to open a modal with controls for caption background color, text color, font size, position, opacity, and width. These settings are dynamically applied and can be saved into a shareable URL, which is generated in real-time within the modal. A new "Fit to Viewport" toggle has also been added to make the video player fill the entire browser window.stream_handler.py): The stream handler now specifically requests format94for YouTube URLs. This preventsyt-dlpfrom selecting a DVR (Digital Video Recorder) stream, ensuring that live transcriptions start from the current live point of the stream rather than from the beginning.parser_args.py,synthalingua.py): Added a new--checkupdateflag that allows users to quickly check for updates from GitHub without running the full application.kill_server.py,stream_handler.py,stream_transcription_module.py,discord.py,file_handlers.py,api_backend.py). This improves compatibility with terminals that do not properly render these characters.synthalingua.py): Added code to suppress apkg_resourcesdeprecation warning that commonly appears on startup, resulting in a cleaner console experience.version_checker.py): The internal version number has been updated from 1.2.3 to 1.2.4.This discussion was created from the release General Update 1.2.4 - Few Fixes and Webplayer update.
Beta Was this translation helpful? Give feedback.
All reactions