Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Repeating Messages #64

Closed
3 tasks done
tjw1184 opened this issue Dec 25, 2023 · 3 comments
Closed
3 tasks done

Allow Repeating Messages #64

tjw1184 opened this issue Dec 25, 2023 · 3 comments

Comments

@tjw1184
Copy link

tjw1184 commented Dec 25, 2023

Checklist

  • I have filled out the template to the best of my ability.
  • This only contains 1 feature request (if you have multiple feature requests, open one feature request for each feature request).
  • This issue is not a duplicate feature request of previous feature requests.

Is your feature request related to a problem? Please describe.

I'd like to be able to repeat the message n times (1..n), especially for important messages to make sure they get heard

Describe the solution you'd like

Two new variable

  • Message Repeat Counter (minimum 1, maximum 50?)
  • Message Delay ms, amount of delay between messages, default 500 or 1000 ms
  • Possible Optional third to allow chime to play between messages if desired

When generating mp3, if counter > 1, add message delay and message n-1 times after the first message. If option to put chime between messages was implemented, could do if counter > 1, add existing chime delay then chime and existing chime delay and message n-1 times after the first message

Describe alternatives you've considered

Currently script n times in loop, have issues with clipping\skipping and delay issues

Additional context

n\a

@nimroddolev
Copy link
Owner

Hi @tjw1184. I'm sorry you're having issues.
Can you please send me a YAML example of repeated messages which aren't working as you expect?
I plan to implement a new feature which will also support what you've described - hopefully in a week or two.

@nimroddolev
Copy link
Owner

nimroddolev commented Jan 3, 2024

Hi @tjw1184, I just released a new version of Chime TTS, v0.11.0, which allows for "message segments" to be used. The functionality added with this new feature should fulfill your feature request. Please review the documentation and let me know if there's anything else you would like to see implemented.

Thank you.

@nimroddolev
Copy link
Owner

I am closing this issue. If you are still having issues please reopen.
Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants