I think you can install another voice into the system and then select it in RadioBOSS.It would also be interesting to integrate neural voices, TTS still has robotic voices in Spanish
Yes, could be - I'll see if this can be added into RadioBOSS as well.From the video, it looks like the AI is using Azure. Based on my understanding, it needs to be consumed through an API and does not support Windows TTS.
Thank youThis seems to be pretty easy to add to RadioBOSS. I did a very quick look at it, but fail to see where the AI is in here. Looks like search and replace - what RadioBOSS has currently with the variables. We just need to add more of them + condition blocks. And use better voices. I scheduled it for the future updates. Thank you for the idea.
There's a danger it will read something odd on airAI could be implemented in the future, read news via RSS and with chatGPT "Write it for radio" and filter sad news from the news for example. I didn't see that in that software but it's an interesting idea that occurs to me.
Exactly, its usefulness depends on how low that percentage of errors isThere's a danger it will read something odd on air
Yes, even Microsoft Azure voices have a subscription based on frequency of use. But any subscription will be insignificant compared to hiring a host for a nighttime program (for example), saving the big differences with AIOne thing is that any GPT solutions usually come at a price
Yes, it opened a step prior to this sequence of steps, which is to obtain global words to generate a script.This seems to come down to:
- Make GPT generate some text
- Do string search-and-replace in that text to change/remove some words
- Read text using TTS
The problem is that TTS does not sound natural, at least in Spanish. A little over a year ago I made a code in python that generated voicetrack audios with Microsoft Azure, something very similar to this. At that time ChatGTP had not been launched and due to time constraints my project was paused. Although I can return to it, the solution of integrating it into RadioBOSS is much more appropriate since I can easily integrate song names, weather data and everything in the same software. And I also think it increases the characteristics for all users.You can actually achieve that with RadioBOSS using the API to insert a TTS item into the playlist with the text you need. You need to also communicate with GPT API to get the text of course.
If you have such a solution, adding it to RadioBOSS is easy, e.g. you can have an event that runs the generated .mp3 file periodically, or insert it via the API to the playlist.Although I can return to it, the solution of integrating it into RadioBOSS is much more appropriate since I can easily integrate song names, weather data and everything in the same software. And I also think it increases the characteristics for all users.![]()
Yes, generating the prompt is one step, before GPT API is called, of course.Yes, it opened a step prior to this sequence of steps, which is to obtain global words to generate a script.
Name of the station, year of the next song, artist of the next song, weather data, etc. (And being able to configure the frequency of each information). This is like the basis for GTP to change the text. (I think the idea of AI here is so that the texts do not sound repetitive)
Finally, convert those texts into something better than the Windows TTS, we already discussed that as well.
Error code 2 means file not found, looks like TTS engine did not create anything so there's nothing to play. Were you able to select those voices in the TTS box in RadioBOSS? Does it work properly with the default voices installed in Windows?I just installed the Loquendo and Balaboika app. to test vocals with RB.
When trying to use text-to-speech voices in RB, the following message appears:
No, the above error message "Code 2" appears when trying to play one of the voices in RB.Error code 2 means file not found, looks like TTS engine did not create anything so there's nothing to play. Were you able to select those voices in the TTS box in RadioBOSS?
Yes it works well, but I would like to have more variety of voices.Does it work properly with the default voices installed in Windows?
RadioBOSS first generates voice into a file, then plays it. Looks like creating this temporary voice file failed.No, the above error message "Code 2" appears when trying to play one of the voices in RB.
Maybe the problem is with the voice, for some reason it can't output to a file.Yes it works well, but I would like to have more variety of voices.