You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Voice Notify is a great app. I use it to read selectable messages to my Telegram Bot. I only want to TTS messages which begins with the # character. I can set this up with the "Require Text" setting. And I want to strip this # character. At the moment I only can replace characters before the detection is triggered. It's very useful to replace (or in my case delete the first) character after the detection if the message must be handled. The "Require Text" setting.
So I want to TTS only Telegram messages which starts with # character.
And I want to strip the # character. So only TTS the part after the # character.
Two ways to solve this:
Move processing of Require Text to happen before TTS Text Replacement in code. This is the easiest to do, but not ideal since it could negatively impact other users who are happy with the current order.
Add an option to change the order that Require Text and TTS Text Replacement are processed. This idea may be expanded into a list of processing steps that can be reordered.
The text was updated successfully, but these errors were encountered:
Received via email:
Two ways to solve this:
The text was updated successfully, but these errors were encountered: