Devlogs
Synthalingua GUI Update
Synthalingua Wrapper Update - Version 1.1.4.42
Notable Change: The GUI Application name is now "SynthalinguaGUI.exe"
GUI Version: 1.1.4.42
Added:
- Loading Screen: Implemented a new loading screen that displays application title, version, and build information while the application initializes. The loading screen is now the application's splash screen and is set to display for at least 3 seconds to allow time for the application to properly load and show the user something is happening.
- GUI: The application's window title has been changed from "Synthalingua - Shortcut Maker" to "Synthalingua GUI".
- Automatic Detection: The application now attempts to automatically detect the required program files (transcribe_audio.exe or transcribe_audio.py) in the current directory. If they are not found, the user is prompted to manually locate them.
Changed:
- UI Layout: Minor adjustments to the UI layout
- Dependency Management:
- Updated
set_up_env
script to automatically find FFmpeg and yt-dlp based on user input.
- Updated yt-dlp to version 2024.08.06.
Notes:
- This update focuses on improving the user experience by simplifying setup and providing a more polished presentation.
- The updated scripts automate the process of setting up the necessary tools, reducing the potential for user error.