If you just want to download, please see the instructions at the end.
Introduction:
As widely known, WSJT-X is currently the most popular data mode communication software. Compared to JTDX, it places a greater emphasis on features related to weak signal DX communication.
WSJT-X has a unique feature: voice alerts.
What is a voice alarm?
This feature can be found in Settings-.>When an alarm is triggered, it will announce information related to the "Color" field using voice output.
For example, if you have selected "New CQ Zone":

Therefore, when a CQ zone within a band that has not been previously covered by ComNet is detected, the program will play an audio alert to inform you of the presence of such a radio station.
If you enjoy doing other things while monitoring FT8 during your shift, I think this feature would be very useful!
Modify voice alarm audio
Language alert: All audio files are located in the root directory of the WSJT-X program.bin/soundsWithin the folder, items are organized by:.wavFormatted storage. Therefore, I had the idea to modify them.
I used GPT-SoVIS TTS, which I deployed remotely on a server that I rented, to generate the corresponding voice alarm audio (using B站大佬's work).Source: KelvinThank you to him for training the model! It's great that two RTX 2070 cards can run audio of a few seconds in length very efficiently.
(Here's a friendly recommendation for a cloud computing provider)AutoDL(Their prices are particularly cheap!)
Download the generated audio and place it in the folder mentioned earlier. Open WSJT-X – but something went wrong:
The audio was inexplicably sped up, completely changing its nature. The effect can be compared to watching "See You Again" at three times the speed.
Why is this the case?🤔
I opened the newly generated audio and the original audio in Adobe Audition, and I found that the sample rates were inconsistent. Therefore, I used ffmpeg to convert all audio files to a consistent sample rate, matching the original audio.
After retesting, the results were significantly improved.
If you are interested, you can download these audio files:Xiao Bird Cloud Storage Link(Extraction code: 5q3r)
Instructions: Replace all audio files with the original audio files from the folder mentioned above.